diff options
author | xudan <xudan16@huawei.com> | 2017-06-22 00:04:51 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2017-06-22 00:04:51 -0400 |
commit | 21563d9f2ed1da2161e23769da090ba8320c6d7f (patch) | |
tree | 22893eecc2fd8ab8df03d7c3b598f438e17d30f2 /userconfig/sdnvpn_config_testcase8.yaml | |
parent | 9de3050873909448d675a47326cd4f153a47bef2 (diff) |
Bugfix: Move userconfig directory into dovetail/dovetail
JITA: DOVETAIL-449
1. Dovetail cvp.0.1.0 link dovetail/dovetail to
/usr/local/lib/python2.7/dist-packages/dovetail/
2. The directory dovetail/userconfig is lost in this image
3. Move dovetail/userconfig into dovetail/dovetail/userconfig
Change-Id: I9da8389e02d92f35879ff5c6a1db1b7d984dd862
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'userconfig/sdnvpn_config_testcase8.yaml')
-rw-r--r-- | userconfig/sdnvpn_config_testcase8.yaml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/userconfig/sdnvpn_config_testcase8.yaml b/userconfig/sdnvpn_config_testcase8.yaml deleted file mode 100644 index c825997b..00000000 --- a/userconfig/sdnvpn_config_testcase8.yaml +++ /dev/null @@ -1,29 +0,0 @@ -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: - enabled: true - description: Test floating IP and router assoc coexistence - testname_db: functest_testcase_8 - image_name: sdnvpn-image - instance_1_name: sdnvpn-8-1 - instance_2_name: sdnvpn-8-2 - net_1_name: sdnvpn-8-1 - subnet_1_name: sdnvpn-8-1-subnet - subnet_1_cidr: 10.10.10.0/24 - router_1_name: sdnvpn-8-1-router - net_2_name: sdnvpn-8-2 - subnet_2_name: sdnvpn-8-2-subnet - subnet_2_cidr: 10.10.20.0/24 - router_2_name: sdnvpn-8-2-router - secgroup_name: sdnvpn-sg - secgroup_descr: Security group for SDNVPN test cases - targets: '88:88' - route_distinguishers: '18:18' |