aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-05-01 10:39:03 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-05-01 10:39:03 +0200
commitc22979393a734760105f73b75a5f90f4f9aecebc (patch)
treece4fdb51222af0a9e9d9246e6ca596f703936b63
parentd9d55730138d0a9bc27dee2cc2ec694478191c8b (diff)
Remove neutron_trunk; networking_bgpvpn and networking_sfc
They were all merged in neutron-tempest-plugin. Change-Id: Iefe3bf98fc41d0dab5a7cec640337c672a7b1a69 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--ansible/site.yml3
-rw-r--r--docker/smoke/testcases.yaml55
-rw-r--r--docs/release/release-notes/functest-release.rst3
-rw-r--r--functest/ci/testcases.yaml55
4 files changed, 0 insertions, 116 deletions
diff --git a/ansible/site.yml b/ansible/site.yml
index a4a6d3f03..3fff70b20 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -62,9 +62,6 @@
- tempest_scenario
- tempest_slow
- patrole
- - neutron_trunk
- - networking-bgpvpn
- - networking-sfc
- barbican
- octavia
- container: functest-benchmarking
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml
index 1c9bc39d6..f670eaef3 100644
--- a/docker/smoke/testcases.yaml
+++ b/docker/smoke/testcases.yaml
@@ -232,61 +232,6 @@ tiers:
- 'test_list_metadef_namespaces'
-
- case_name: neutron_trunk
- project_name: functest
- criteria: 100
- blocking: false
- description: >-
- This test case runs the neutron trunk subtest of the
- OpenStack Tempest suite. The list of test cases is
- generated by Tempest having as input the relevant
- testcase list file.
- run:
- name: tempest_common
- args:
- mode: 'neutron_tempest_plugin.(api|scenario).test_trunk'
- neutron_extensions:
- - trunk
- - trunk-details
-
- -
- case_name: networking-bgpvpn
- project_name: functest
- criteria: 100
- blocking: false
- description: >-
- This test case runs OpenStack networking-bgpvpn Tempest
- suite. The list of test cases is generated by Tempest
- having as input the relevant regex.
- run:
- name: tempest_common
- args:
- mode: '^neutron_tempest_plugin.bgpvpn.api\.'
- neutron_extensions:
- - bgpvpn
- option:
- - '--concurrency=3'
-
- -
- case_name: networking-sfc
- project_name: functest
- criteria: 100
- blocking: false
- description: >-
- This test case runs OpenStack networking-sfc Tempest
- suite. The list of test cases is generated by Tempest
- having as input the relevant regex.
- run:
- name: tempest_common
- args:
- mode:
- '^(?:neutron_tempest_plugin\.sfc\.tests\.api).*$'
- neutron_extensions:
- - sfc
- option:
- - '--concurrency=0'
-
- -
case_name: barbican
project_name: functest
criteria: 100
diff --git a/docs/release/release-notes/functest-release.rst b/docs/release/release-notes/functest-release.rst
index f486b32a6..bd0498272 100644
--- a/docs/release/release-notes/functest-release.rst
+++ b/docs/release/release-notes/functest-release.rst
@@ -49,9 +49,6 @@ The internal test cases are:
* tempest_slow
* patrole
* barbican
- * neutron_trunk
- * networking-bgpvpn
- * networking-sfc
* octavia
* rally_full
* rally_jobs
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 8f731e31e..d9856871e 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -410,61 +410,6 @@ tiers:
- 'test_list_metadef_namespaces'
-
- case_name: neutron_trunk
- project_name: functest
- criteria: 100
- blocking: false
- description: >-
- This test case runs the neutron trunk subtest of the
- OpenStack Tempest suite. The list of test cases is
- generated by Tempest having as input the relevant
- testcase list file.
- run:
- name: tempest_common
- args:
- mode: 'neutron_tempest_plugin.(api|scenario).test_trunk'
- neutron_extensions:
- - trunk
- - trunk-details
-
- -
- case_name: networking-bgpvpn
- project_name: functest
- criteria: 100
- blocking: false
- description: >-
- This test case runs OpenStack networking-bgpvpn Tempest
- suite. The list of test cases is generated by Tempest
- having as input the relevant regex.
- run:
- name: tempest_common
- args:
- mode: '^neutron_tempest_plugin.bgpvpn.api\.'
- neutron_extensions:
- - bgpvpn
- option:
- - '--concurrency=3'
-
- -
- case_name: networking-sfc
- project_name: functest
- criteria: 100
- blocking: false
- description: >-
- This test case runs OpenStack networking-sfc Tempest
- suite. The list of test cases is generated by Tempest
- having as input the relevant regex.
- run:
- name: tempest_common
- args:
- mode:
- '^(?:neutron_tempest_plugin\.sfc\.tests\.api).*$'
- neutron_extensions:
- - sfc
- option:
- - '--concurrency=0'
-
- -
case_name: barbican
project_name: functest
criteria: 100