From cec721055631734d2d1d39bd09cfa1404ee1d32e Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 11 Feb 2019 08:54:06 +0100 Subject: Move rally_full in benchmarking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It allows merging all benchmarking testcases in one tiers and saves lots of time as they could all run in parallel. Change-Id: I551179709d2ce862056c1f5fcc1e16ef0b776dd4 Signed-off-by: Cédric Ollivier --- functest/ci/testcases.yaml | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) (limited to 'functest/ci/testcases.yaml') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 2e0018d8b..8c03bdb30 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -386,6 +386,17 @@ tiers: Run several OpenStack performance tools https://docs.openstack.org/performance-docs/latest/methodologies/tools.html testcases: + - + case_name: rally_full + project_name: functest + criteria: 100 + blocking: false + description: >- + This test case runs the full suite of scenarios of the + OpenStack Rally suite using several threads and iterations. + run: + name: rally_full + - case_name: rally_jobs project_name: functest @@ -515,26 +526,9 @@ tiers: run: name: stor4nfv_os - - - name: components - order: 4 - description: >- - Extensive testing of OpenStack API. - testcases: - - - case_name: rally_full - project_name: functest - criteria: 100 - blocking: false - description: >- - This test case runs the full suite of scenarios of the - OpenStack Rally suite using several threads and iterations. - run: - name: rally_full - - name: vnf - order: 5 + order: 4 description: >- Collection of VNF test cases. testcases: -- cgit 1.2.3-korg