summaryrefslogtreecommitdiffstats
path: root/etc/testcase
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2019-05-13 04:40:24 -0400
committerDan Xu <xudan16@huawei.com>2019-05-22 06:23:29 +0000
commit2bb4fd12a195f32357fafd8b11374118fc336d3c (patch)
treed7f24f7cc38147aaafd2eb135b031e49a1427f54 /etc/testcase
parent47559a6afe2c66ff536c45f61be730991042b68d (diff)
Remove sdnvpn test cases
Functest removed test case 'bgpvpn' from scope of Hunter release. Also remove them from Dovetail for next release. The original link of refstack is invalid now. Changing it to interop link. Change-Id: I5b686496e106d688b8b3768401be95ac58fa2122 Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'etc/testcase')
-rw-r--r--etc/testcase/functest.bgpvpn.router_association.yml28
-rw-r--r--etc/testcase/functest.bgpvpn.router_association_floating_ip.yml28
-rw-r--r--etc/testcase/functest.bgpvpn.subnet_connectivity.yml28
-rw-r--r--etc/testcase/functest.bgpvpn.tenant_separation.yml28
4 files changed, 0 insertions, 112 deletions
diff --git a/etc/testcase/functest.bgpvpn.router_association.yml b/etc/testcase/functest.bgpvpn.router_association.yml
deleted file mode 100644
index b0fc01dd..00000000
--- a/etc/testcase/functest.bgpvpn.router_association.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-##############################################################################
-# Copyright (c) 2019 opnfv.
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
-
----
-functest.bgpvpn.router_association:
- name: functest.bgpvpn.router_association
- objective: VPN provides connectivity between subnets using association of Neutron Router to VPNs
- validate:
- type: functest
- testcase: bgpvpn
- image_name: opnfv/functest-features
- pre_condition:
- - 'cp /home/opnfv/userconfig/bgpvpn_testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
- - 'cp /home/opnfv/userconfig/sdnvpn_config_testcase4.yaml /usr/lib/python2.7/site-packages/sdnvpn/test/functest/config.yaml'
- report:
- source_archive_files:
- - functest.log
- dest_archive_files:
- - bgpvpn_logs/functest.bgpvpn.router_association.log
- check_results_files:
- - 'functest_results.txt'
- sub_testcase_list:
diff --git a/etc/testcase/functest.bgpvpn.router_association_floating_ip.yml b/etc/testcase/functest.bgpvpn.router_association_floating_ip.yml
deleted file mode 100644
index 9deaea51..00000000
--- a/etc/testcase/functest.bgpvpn.router_association_floating_ip.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-##############################################################################
-# Copyright (c) 2019 opnfv.
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
-
----
-functest.bgpvpn.router_association_floating_ip:
- name: functest.bgpvpn.router_association_floating_ip
- objective: associate Neutron Router with an attached subnet to a VPN and verify reachability of the Floating IP
- validate:
- type: functest
- testcase: bgpvpn
- image_name: opnfv/functest-features
- pre_condition:
- - 'cp /home/opnfv/userconfig/bgpvpn_testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
- - 'cp /home/opnfv/userconfig/sdnvpn_config_testcase8.yaml /usr/lib/python2.7/site-packages/sdnvpn/test/functest/config.yaml'
- report:
- source_archive_files:
- - functest.log
- dest_archive_files:
- - bgpvpn_logs/functest.bgpvpn.router_association_floating_ip.log
- check_results_files:
- - 'functest_results.txt'
- sub_testcase_list:
diff --git a/etc/testcase/functest.bgpvpn.subnet_connectivity.yml b/etc/testcase/functest.bgpvpn.subnet_connectivity.yml
deleted file mode 100644
index a092842d..00000000
--- a/etc/testcase/functest.bgpvpn.subnet_connectivity.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-##############################################################################
-# Copyright (c) 2019 opnfv.
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
-
----
-functest.bgpvpn.subnet_connectivity:
- name: functest.bgpvpn.subnet_connectivity
- objective: Connectivity between Neutron subnets through association of Neutron Networks to VPNs
- validate:
- type: functest
- testcase: bgpvpn
- image_name: opnfv/functest-features
- pre_condition:
- - 'cp /home/opnfv/userconfig/bgpvpn_testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
- - 'cp /home/opnfv/userconfig/sdnvpn_config_testcase1.yaml /usr/lib/python2.7/site-packages/sdnvpn/test/functest/config.yaml'
- report:
- source_archive_files:
- - functest.log
- dest_archive_files:
- - bgpvpn_logs/functest.bgpvpn.subnet_connectivity.log
- check_results_files:
- - 'functest_results.txt'
- sub_testcase_list:
diff --git a/etc/testcase/functest.bgpvpn.tenant_separation.yml b/etc/testcase/functest.bgpvpn.tenant_separation.yml
deleted file mode 100644
index 096a3816..00000000
--- a/etc/testcase/functest.bgpvpn.tenant_separation.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-##############################################################################
-# Copyright (c) 2019 opnfv.
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
-
----
-functest.bgpvpn.tenant_separation:
- name: functest.bgpvpn.tenant_separation
- objective: Separation of tenant networks through association to different VPNs
- validate:
- type: functest
- testcase: bgpvpn
- image_name: opnfv/functest-features
- pre_condition:
- - 'cp /home/opnfv/userconfig/bgpvpn_testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
- - 'cp /home/opnfv/userconfig/sdnvpn_config_testcase2.yaml /usr/lib/python2.7/site-packages/sdnvpn/test/functest/config.yaml'
- report:
- source_archive_files:
- - functest.log
- dest_archive_files:
- - bgpvpn_logs/functest.bgpvpn.tenant_separation.log
- check_results_files:
- - 'functest_results.txt'
- sub_testcase_list: