From 7e14b29cb65ef871bbc320e1e35e8f4e0b36a8ed Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Tue, 2 Jun 2020 16:02:17 +0200 Subject: Using /opt/rapid to run prox All config files are now copied into /opt/rapid. We are not using the home directory any more. The prox executable is now also copied into the same /opt/rapid. Change-Id: I838636167f370bf8a855a3cfb0796c659e27a3ad 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/helper-scripts/rapid/rapid_defaults.py') diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_defaults.py b/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_defaults.py index 6143a99b..2aa1acc1 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_defaults.py +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_defaults.py @@ -29,6 +29,6 @@ class RapidDefaults(object): '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' : '~', # Directory where to find the tools in the machines running PROX + 'rundir' : '/opt/rapid', # Directory where to find the tools in the machines running PROX 'lat_percentile' : 0.99 } -- cgit 1.2.3-korg