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/download_images.sh | 1 + functest/ci/testcases.yaml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) (limited to 'functest/ci') diff --git a/functest/ci/download_images.sh b/functest/ci/download_images.sh index d3dcee266..5057f05fb 100644 --- a/functest/ci/download_images.sh +++ b/functest/ci/download_images.sh @@ -15,6 +15,7 @@ http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-aarch64-disk.img https://cloud-images.ubuntu.com/releases/14.04/release/ubuntu-14.04-server-cloudimg-arm64-uefi1.img http://cloud.centos.org/altarch/7/images/aarch64/CentOS-7-aarch64-GenericCloud.qcow2.xz https://sourceforge.net/projects/ool-opnfv/files/vyos-1.1.7.img +http://testresults.opnfv.org/functest/shaker-image.qcow2 EOF xz --decompress --force --keep \ 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