aboutsummaryrefslogtreecommitdiffstats
path: root/functest
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:41:20 +0200
commitbcb5084f21890f56a650260d9c8c13a934f1866e (patch)
tree72c8a40991e2f798e269b2cd94bf2d3136e0d6bc /functest
parent6317777c2fb6df1bc21015fe452c267007e8a83a (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> (cherry picked from commit c22979393a734760105f73b75a5f90f4f9aecebc)
Diffstat (limited to 'functest')
-rw-r--r--functest/ci/testcases.yaml55
1 files changed, 0 insertions, 55 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index bcda81936..770eca2ac 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -390,61 +390,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