summaryrefslogtreecommitdiffstats
path: root/sdnvpn/test/functest/testcase_7.py
diff options
context:
space:
mode:
authortomsou <soth@intracom-telecom.com>2017-09-08 09:35:58 +0000
committertomsou <soth@intracom-telecom.com>2017-09-08 09:37:31 +0000
commit8d84c2c31b28fb70984407740d3e3a8105993b60 (patch)
treea2505ab5e188607b57948e99d7d857b568ae04ce /sdnvpn/test/functest/testcase_7.py
parent56107fbfd2c991cc00d999fb3b081c979f56db86 (diff)
Fix the config.yaml including for each testcase
At each testcase, adapt the way config.yaml is included via sdnvpn.lib.config.TestcaseConfig(). The full path should be included, instead of just the testcase name JIRA: SDNVPN-180 Change-Id: I34828cc3681f08b843db49c6a221602b5b2022bf Signed-off-by: tomsou <soth@intracom-telecom.com>
Diffstat (limited to 'sdnvpn/test/functest/testcase_7.py')
-rw-r--r--sdnvpn/test/functest/testcase_7.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sdnvpn/test/functest/testcase_7.py b/sdnvpn/test/functest/testcase_7.py
index 15a8ebf..abee8c8 100644
--- a/sdnvpn/test/functest/testcase_7.py
+++ b/sdnvpn/test/functest/testcase_7.py
@@ -30,7 +30,8 @@ from sdnvpn.lib.results import Results
logger = logging.getLogger(__name__)
COMMON_CONFIG = sdnvpn_config.CommonConfig()
-TESTCASE_CONFIG = sdnvpn_config.TestcaseConfig('testcase_7')
+TESTCASE_CONFIG = sdnvpn_config.TestcaseConfig(
+ 'sdnvpn.test.functest.testcase_7')
def main():