summaryrefslogtreecommitdiffstats
path: root/dovetail/userconfig
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2017-09-28 02:28:51 -0400
committerxudan <xudan16@huawei.com>2017-09-28 23:47:39 -0400
commiteac5857502dfad79c9eaa735b88bd07f60fd537c (patch)
tree974f09cbd076e7d642b6f25a8a623159eed4a7e1 /dovetail/userconfig
parent465f738554c1c401707036a055577b35f7c06dca (diff)
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 <xudan16@huawei.com>
Diffstat (limited to 'dovetail/userconfig')
-rw-r--r--dovetail/userconfig/sdnvpn_config_testcase1.yaml8
-rw-r--r--dovetail/userconfig/sdnvpn_config_testcase2.yaml8
-rw-r--r--dovetail/userconfig/sdnvpn_config_testcase3.yaml8
-rw-r--r--dovetail/userconfig/sdnvpn_config_testcase4.yaml8
-rw-r--r--dovetail/userconfig/sdnvpn_config_testcase8.yaml8
5 files changed, 5 insertions, 35 deletions
diff --git a/dovetail/userconfig/sdnvpn_config_testcase1.yaml b/dovetail/userconfig/sdnvpn_config_testcase1.yaml
index d9e4a1b4..5736dcff 100644
--- a/dovetail/userconfig/sdnvpn_config_testcase1.yaml
+++ b/dovetail/userconfig/sdnvpn_config_testcase1.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_1:
+ sdnvpn.test.functest.testcase_1:
enabled: true
description: VPN provides connectivity between subnets
testname_db: functest_testcase_1
diff --git a/dovetail/userconfig/sdnvpn_config_testcase2.yaml b/dovetail/userconfig/sdnvpn_config_testcase2.yaml
index 07b0adfa..2be3bdb5 100644
--- a/dovetail/userconfig/sdnvpn_config_testcase2.yaml
+++ b/dovetail/userconfig/sdnvpn_config_testcase2.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_2:
+ sdnvpn.test.functest.testcase_2:
enabled: true
description: Tenant separation
testname_db: functest_testcase_2
diff --git a/dovetail/userconfig/sdnvpn_config_testcase3.yaml b/dovetail/userconfig/sdnvpn_config_testcase3.yaml
index 60592cbb..c1ffc13b 100644
--- a/dovetail/userconfig/sdnvpn_config_testcase3.yaml
+++ b/dovetail/userconfig/sdnvpn_config_testcase3.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_3:
+ sdnvpn.test.functest.testcase_3:
enabled: true
description: Data center gateway integration
testname_db: functest_testcase_3
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
diff --git a/dovetail/userconfig/sdnvpn_config_testcase8.yaml b/dovetail/userconfig/sdnvpn_config_testcase8.yaml
index c825997b..8712122b 100644
--- a/dovetail/userconfig/sdnvpn_config_testcase8.yaml
+++ b/dovetail/userconfig/sdnvpn_config_testcase8.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_8:
+ sdnvpn.test.functest.testcase_8:
enabled: true
description: Test floating IP and router assoc coexistence
testname_db: functest_testcase_8