Python3: resources and libraries
[csit.git] / resources / libraries / python / TLDK / TLDKConstants.py
index af9ebf2..57b7fa2 100644 (file)
 """This file defines the constants variables for the TLDK test."""
 
 
-class TLDKConstants(object):
+class TLDKConstants:
     """Define the directory path for the TLDK test."""
 
     # TLDK testing directory location at topology nodes
     REMOTE_FW_DIR = '/tmp/TLDK-testing'
 
     # Shell scripts location
-    TLDK_SCRIPTS = 'TLDK-tests/tldk_scripts'
+    TLDK_SCRIPTS = 'tests/tldk/tldk_scripts'
 
     # Libraries location
-    TLDK_DEPLIBS = 'TLDK-tests/tldk_deplibs'
+    TLDK_DEPLIBS = 'tests/tldk/tldk_deplibs'
 
     # Config files location for the TLDK test
-    TLDK_TESTCONFIG = 'TLDK-tests/tldk_testconfig'
+    TLDK_TESTCONFIG = 'tests/tldk/tldk_testconfig'