Python3: resources and libraries
[csit.git] / resources / libraries / python / DMM / DMMConstants.py
index ec6f192..c4899df 100644 (file)
 
 """This file defines the constants variables for the DMM test."""
 
-class DMMConstants(object):
+class DMMConstants:
     """Define the directory path for the DMM test."""
 
     # DMM testing directory location at topology nodes
     REMOTE_FW_DIR = '/tmp/DMM-testing'
 
     # Shell scripts location
-    DMM_SCRIPTS = 'tests/dmm/dmm_scripts'
+    DMM_SCRIPTS = 'dmm/scripts/csit/'
+
+    # Run scripts location
+    DMM_RUN_SCRIPTS = 'dmm/scripts/csit/run'
 
     # Libraries location
     DMM_DEPLIBS = 'tests/dmm/dmm_deplibs'