Fix the default test file
[samplevnf.git] / VNFs / DPPD-PROX / helper-scripts / rapid / rapid_defaults.py
index 2aa1acc..530dfc9 100644 (file)
@@ -21,14 +21,15 @@ class RapidDefaults(object):
     Class to define the test defaults
     """
     test_params = {
-        'version' : '2020.04.15', # Please do NOT change, used for debugging
+        'version' : '2021.01.27', # Please do NOT change, used for debugging
         'environment_file' : 'rapid.env', #Default string for environment
-        'test_file' : 'basicrapid.test', #Default string for test
+        'test_file' : 'tests/basicrapid.test', #Default string for test
         'machine_map_file' : 'machine.map', #Default string for machine map file
         'loglevel' : 'DEBUG', # sets log level for writing to file
         'screenloglevel' : 'INFO', # sets log level for writing to screen
         'runtime' : 10, # time in seconds for 1 test run
         'configonly' : False, # If True, the system will upload all the necessary config fiels to the VMs, but not start PROX and the actual testing
         'rundir' : '/opt/rapid', # Directory where to find the tools in the machines running PROX
+        'resultsdir' : '.', # Directory where to store log files
         'lat_percentile' : 0.99
         }