From bbe35dc42e442fa2669a24e7927d389188e42b4c Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 26 Aug 2019 23:25:15 +0200 Subject: Add tempest slow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It conforms with tempest-slow-py3 executed in Neutron Gates [1]. [1] https://logs.opendev.org/68/672568/6/check/tempest-slow-py3/49fece6/testr_results.html.gz Change-Id: I0c1c6f7be38c9fcdd1a32e5cfa2bc4d8414885e0 Signed-off-by: Cédric Ollivier --- functest/ci/testcases.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'functest/ci/testcases.yaml') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 16f2910b2..c8f1a65dc 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -283,6 +283,23 @@ tiers: option: - '--concurrency=1' + - + case_name: tempest_slow + project_name: functest + criteria: 100 + blocking: false + description: >- + The list of test cases is generated by + Tempest automatically and depends on the parameters of + the OpenStack deployment. + https://github.com/openstack/tempest/blob/18.0.0/tox.ini#L84 + run: + name: tempest_common + args: + mode: '(?=.*\[.*\bslow\b.*\])(^tempest\.)' + option: + - '--concurrency=2' + - case_name: patrole project_name: functest -- cgit 1.2.3-korg