Remove neutron_trunk; networking_bgpvpn and networking_sfc 86/70086/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 1 May 2020 08:39:03 +0000 (10:39 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 1 May 2020 08:40:34 +0000 (10:40 +0200)
They were all merged in neutron-tempest-plugin.

Change-Id: Iefe3bf98fc41d0dab5a7cec640337c672a7b1a69
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit c22979393a734760105f73b75a5f90f4f9aecebc)

ansible/site.yml
docker/smoke/testcases.yaml
docs/release/release-notes/functest-release.rst
functest/ci/testcases.yaml

index 31164d0..ac88118 100644 (file)
@@ -64,9 +64,6 @@
             - tempest_scenario
             - tempest_slow
             - patrole
-            - neutron_trunk
-            - networking-bgpvpn
-            - networking-sfc
             - barbican
             - octavia
         - container: functest-benchmarking
index aea1e05..7ee88e6 100644 (file)
@@ -211,61 +211,6 @@ tiers:
                             - 'network.test_agents_rbac'
                             - '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
index ed8dba6..2d0d587 100644 (file)
@@ -48,9 +48,6 @@ The internal test cases are:
  * tempest_slow
  * patrole
  * barbican
- * neutron_trunk
- * networking-bgpvpn
- * networking-sfc
  * octavia
  * rally_full
  * rally_jobs
index bcda819..770eca2 100644 (file)
@@ -389,61 +389,6 @@ tiers:
                             - 'network.test_agents_rbac'
                             - '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