From 8f8f600106c038138845b3ddc527aebc9055f4a8 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 2 Sep 2018 12:20:26 +0200 Subject: Move shaker and vmtp into functest-benchmarking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also updates all jobs and fixes Dockerhub hooks. Change-Id: Ib182155736b4dbdb829293081741a9d5cb8ea6d7 Signed-off-by: Cédric Ollivier --- functest/ci/testcases.yaml | 67 +++++++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 30 deletions(-) (limited to 'functest') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 23f0620ec..20dc865d1 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -255,33 +255,6 @@ tiers: excludes: - 'test_networks_multiprovider_rbac' - - - case_name: vmtp - project_name: functest - criteria: 100 - blocking: false - description: >- - VMTP is a small python application that will automatically - perform ping connectivity, round trip time measurement - (latency) and TCP/UDP throughput - dependencies: - - POD_ARCH: '^(?!aarch64$)' - run: - name: vmtp - - - - case_name: shaker - project_name: functest - criteria: 100 - blocking: false - description: >- - Shaker wraps around popular system network testing tools - like iperf, iperf3 and netperf (with help of flent). Shaker - is able to deploy OpenStack instances and networks in - different topologies. - run: - name: shaker - - case_name: snaps_smoke project_name: functest @@ -370,8 +343,42 @@ tiers: - barbican - - name: features + name: benchmarking order: 2 + description: >- + Run several OpenStack performance tools + https://docs.openstack.org/performance-docs/latest/methodologies/tools.html + testcases: + - + case_name: vmtp + project_name: functest + criteria: 100 + blocking: false + description: >- + VMTP is a small python application that will automatically + perform ping connectivity, round trip time measurement + (latency) and TCP/UDP throughput + dependencies: + - POD_ARCH: '^(?!aarch64$)' + run: + name: vmtp + + - + case_name: shaker + project_name: functest + criteria: 100 + blocking: false + description: >- + Shaker wraps around popular system network testing tools + like iperf, iperf3 and netperf (with help of flent). Shaker + is able to deploy OpenStack instances and networks in + different topologies. + run: + name: shaker + + - + name: features + order: 3 description: >- Test suites from feature projects integrated in functest @@ -473,7 +480,7 @@ tiers: - name: components - order: 3 + order: 4 description: >- Extensive testing of OpenStack API. testcases: @@ -524,7 +531,7 @@ tiers: - name: vnf - order: 4 + order: 5 description: >- Collection of VNF test cases. testcases: -- cgit 1.2.3-korg