Fix the default test file 40/71840/1
authorLuc Provoost <luc.provoost@intel.com>
Mon, 1 Feb 2021 09:16:51 +0000 (10:16 +0100)
committerLuc Provoost <luc.provoost@intel.com>
Mon, 1 Feb 2021 09:16:51 +0000 (10:16 +0100)
In a previous change, all test files were moved to the tests
subdirectory. When not specifying the test file on the command line as a
parameter, the default test file is used, as specified in
rapid_defaults.py
It did not reflect the fact that all test files were moved to
this directory.

Change-Id: I5c77b75dbdde040d0e30dda2b97e981dff572f2f
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_defaults.py

index 612a57e..530dfc9 100644 (file)
@@ -23,7 +23,7 @@ class RapidDefaults(object):
     test_params = {
         '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