diff options
author | Luc Provoost <luc.provoost@intel.com> | 2021-05-07 18:06:05 +0200 |
---|---|---|
committer | Luc Provoost <luc.provoost@intel.com> | 2021-05-10 09:14:45 +0200 |
commit | 1492024f49f6952fb9f99ac70d0ae1c26fb946ad (patch) | |
tree | a47373f099b38d76f54a767a5825f20b3c4c3295 /VNFs/DPPD-PROX/helper-scripts/rapid/rapidxt.py | |
parent | 0e9709a99633737364e8f3f5b475f30f0cfbddcb (diff) |
Fixing rapidxt for Xtesting
Changes were needed for installing the python rapid python package by
adding 2 new files: pyproject.toml & setup.cfg. Also fixed a bug in
rapidxt.py
Change-Id: Iac98b6068afef4a5f1a97459ea1109211607d53d
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/rapidxt.py')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/rapid/rapidxt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/rapidxt.py b/VNFs/DPPD-PROX/helper-scripts/rapid/rapidxt.py index b9b1dc78..2f6b9443 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/rapidxt.py +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/rapidxt.py @@ -41,7 +41,7 @@ class RapidXt(testcase.TestCase): _, environment_file_name = os.path.split( test_params['environment_file']) log_file = '{}/RUN{}.{}.log'.format(self.res_dir, - environment_file_name, test_file) + environment_file_name, test_file_name) RapidLog.log_init(log_file, test_params['loglevel'], test_params['screenloglevel'] , test_params['version'] ) test_manager = RapidTestManager() |