summaryrefslogtreecommitdiffstats
path: root/userconfig/sdnvpn_config_testcase4.yaml
diff options
context:
space:
mode:
authorhongbo tian <hongbo.tianhongbo@huawei.com>2017-05-09 01:23:42 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-09 01:23:42 +0000
commit99a152e76db09908d2f5984b4625ecb7f05f7ef9 (patch)
tree89ee0ac069341be4e3c476013a7f9eb25d4482fa /userconfig/sdnvpn_config_testcase4.yaml
parent3bb2ec53f6870b1ee9148532405573ce7624300e (diff)
parentab21527a962b5e4af66d1512d2ee2b43de444bf1 (diff)
Merge "vpn testcases added in proposed_tests"
Diffstat (limited to 'userconfig/sdnvpn_config_testcase4.yaml')
-rw-r--r--userconfig/sdnvpn_config_testcase4.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/userconfig/sdnvpn_config_testcase4.yaml b/userconfig/sdnvpn_config_testcase4.yaml
new file mode 100644
index 00000000..1e221354
--- /dev/null
+++ b/userconfig/sdnvpn_config_testcase4.yaml
@@ -0,0 +1,33 @@
+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:
+ enabled: true
+ description: VPN provides connectivity between subnets using router association
+ testname_db: functest_testcase_4
+ instance_1_name: sdnvpn-4-1
+ instance_2_name: sdnvpn-4-2
+ instance_3_name: sdnvpn-4-3
+ instance_4_name: sdnvpn-4-4
+ instance_5_name: sdnvpn-4-5
+ image_name: sdnvpn-image
+ net_1_name: sdnvpn-4-1-net
+ subnet_1_name: sdnvpn-4-1-subnet
+ subnet_1_cidr: 10.10.10.0/24
+ router_1_name: sdnvpn-4-1-router
+ net_2_name: sdnvpn-4-2-net
+ subnet_2_name: sdnvpn-4-2-subnet
+ subnet_2_cidr: 10.10.11.0/24
+ router_2_name: sdnvpn-4-2-router
+ secgroup_name: sdnvpn-sg
+ secgroup_descr: Security group for SDNVPN test cases
+ targets1: '88:88'
+ targets2: '55:55'
+ route_distinguishers: '12:12'