From eac5857502dfad79c9eaa735b88bd07f60fd537c Mon Sep 17 00:00:00 2001 From: xudan Date: Thu, 28 Sep 2017 02:28:51 -0400 Subject: Bugfix: sdnvpn test cases failed due to wrong module name SDNVPN test cases failed due to wrong module name. The module name needs to be changed into "sdnvpn.test.functest.testcase_1" Refer to patch https://gerrit.opnfv.org/gerrit/#/c/41385/ Currently Dovetail uses functest:cvp.0.5.0 which uses module name "testcase_1". JIRA: DOVETAIL-510 Change-Id: I3232760d3af34125c7da71a5d2c62ca32693c82b Signed-off-by: xudan --- dovetail/userconfig/sdnvpn_config_testcase4.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'dovetail/userconfig/sdnvpn_config_testcase4.yaml') diff --git a/dovetail/userconfig/sdnvpn_config_testcase4.yaml b/dovetail/userconfig/sdnvpn_config_testcase4.yaml index 1e221354..f3f5a56b 100644 --- a/dovetail/userconfig/sdnvpn_config_testcase4.yaml +++ b/dovetail/userconfig/sdnvpn_config_testcase4.yaml @@ -2,13 +2,7 @@ defaults: flavor: m1.tiny # adapt to your environment testcases: - tempest: - enabled: true - description: Neutron BGPVPN tests in tempest - testname_db: functest_tempest # declared name in the test api - # http://testresults.opnfv.org/test/api/v1/projects/sdnvpn/cases - - testcase_4: + sdnvpn.test.functest.testcase_4: enabled: true description: VPN provides connectivity between subnets using router association testname_db: functest_testcase_4 -- cgit 1.2.3-korg