diff options
author | Luc Provoost <luc.provoost@intel.com> | 2021-02-01 10:16:51 +0100 |
---|---|---|
committer | Luc Provoost <luc.provoost@intel.com> | 2021-02-01 10:16:51 +0100 |
commit | c6e1493ced84fa82f689dfe88485a300dfb59183 (patch) | |
tree | 5ecafc220413235076fd1a3fa2ee2f61fc942dad /VNFs/DPPD-PROX/helper-scripts | |
parent | 9fa42d725d8f1dd1a44a7dd159074dc58703117c (diff) |
Fix the default test file
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>
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/rapid/rapid_defaults.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_defaults.py b/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_defaults.py index 612a57e0..530dfc99 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_defaults.py +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_defaults.py @@ -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 |