diff options
-rw-r--r-- | ansible/site.yml | 3 | ||||
-rw-r--r-- | docker/smoke/testcases.yaml | 55 | ||||
-rw-r--r-- | docs/release/release-notes/functest-release.rst | 3 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 55 |
4 files changed, 0 insertions, 116 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 31164d02a..ac88118f5 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -64,9 +64,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 aea1e05fb..7ee88e63d 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -212,61 +212,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 ed8dba6bf..2d0d587d4 100644 --- a/docs/release/release-notes/functest-release.rst +++ b/docs/release/release-notes/functest-release.rst @@ -48,9 +48,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 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 |