From c6e1493ced84fa82f689dfe88485a300dfb59183 Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Mon, 1 Feb 2021 10:16:51 +0100 Subject: 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 --- VNFs/DPPD-PROX/helper-scripts/rapid/rapid_defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VNFs/DPPD-PROX') 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 -- cgit 1.2.3-korg