ramp generator traffic & prox.log copy
[samplevnf.git] / VNFs / DPPD-PROX / helper-scripts / rapid / rapid_defaults.py
index 3ff2d5b..2aa1acc 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 ##
-## Copyright (c) 2010-2020 Intel Corporation
+## Copyright (c) 2020 Intel Corporation
 ##
 ## Licensed under the Apache License, Version 2.0 (the "License");
 ## you may not use this file except in compliance with the License.
@@ -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
         }