From 4dc1c50f6f73f1ca420228130ef35dc2534e5596 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 11 Feb 2019 11:41:14 +0100 Subject: Remove tempest_smoke from smoke MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It completes "Move testcases in the right tiers" [1] [1] https://gerrit.opnfv.org/gerrit/#/c/66863/ Change-Id: Ic2e6ebf9371de87caafbfdb54029a24440e6fd5b Signed-off-by: Cédric Ollivier --- docker/smoke/testcases.yaml | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'docker/smoke/testcases.yaml') diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 2392d8563..41383a059 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -6,24 +6,6 @@ tiers: description: >- Set of basic Functional tests to validate the OPNFV scenarios. testcases: - - - case_name: tempest_smoke - project_name: functest - criteria: 100 - blocking: false - description: >- - This test case runs the smoke subset of the OpenStack - Tempest suite. The list of test cases is generated by - Tempest automatically and depends on the parameters of - the OpenStack deplopyment. - https://github.com/openstack/tempest/blob/18.0.0/tox.ini#L114 - run: - name: tempest_common - args: - mode: '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' - option: - - '--concurrency=4' - - case_name: neutron-tempest-plugin-api project_name: functest -- cgit 1.2.3-korg