diff options
author | tomsou <soth@intracom-telecom.com> | 2017-09-14 11:41:43 +0300 |
---|---|---|
committer | tomsou <soth@intracom-telecom.com> | 2017-09-14 11:44:37 +0300 |
commit | 8a20b43bfb9723ae1f2410a5448363a5e3f38f7b (patch) | |
tree | 6d8ecd1c9d13f7119ad344c62de0de2f15b78949 | |
parent | 0cf3f29c0e101ce5948663ff976b6fd8849e67fe (diff) |
Fix testcase_10 module path
Update config file with the full path for testcase 10
Change-Id: I81ec9eaecc2c36f07f4608cdd65db6f64b43c4f9
Signed-off-by: tomsou <soth@intracom-telecom.com>
-rw-r--r-- | sdnvpn/test/functest/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnvpn/test/functest/config.yaml b/sdnvpn/test/functest/config.yaml index ddaca9f..ed55f2b 100644 --- a/sdnvpn/test/functest/config.yaml +++ b/sdnvpn/test/functest/config.yaml @@ -151,7 +151,7 @@ testcases: description: Verify that all OpenStack nodes OVS br-int have fail_mode set to secure. testname_db: functest_testcase_9 - testcase_10: + sdnvpn.test.functest.testcase_10: enabled: true description: Test if interupts occure during ping, when removing and adding instances testname_db: functest_testcase_10 |