From 1492024f49f6952fb9f99ac70d0ae1c26fb946ad Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Fri, 7 May 2021 18:06:05 +0200 Subject: 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 --- VNFs/DPPD-PROX/helper-scripts/rapid/rapidxt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/rapidxt.py') 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() -- cgit 1.2.3-korg