From eb864cc183005479e4fd00d3b849034fcab5bffc Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 13 Jun 2018 14:57:56 +0200 Subject: Integrate Shaker as a new testcase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Shaker wraps around popular system network testing tools like iperf, iperf3 and netperf (with help of flent). Change-Id: Idd82ffd9642c90335ad156e899c0330473260f15 Signed-off-by: Cédric Ollivier --- functest/ci/testcases.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'functest/ci/testcases.yaml') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index f20363401..caf8ca3da 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -253,6 +253,24 @@ tiers: exclude: - 'test_networks_multiprovider_rbac' + - + 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. + dependencies: + installer: '' + scenario: '' + run: + module: + 'functest.opnfv_tests.openstack.shaker.shaker' + class: 'Shaker' + - case_name: odl project_name: functest -- cgit 1.2.3-korg