aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-06-13 14:57:56 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-06-21 05:40:51 +0200
commiteb864cc183005479e4fd00d3b849034fcab5bffc (patch)
tree4e99a28133177a8ba68a322267c7b7f00f62beea /functest/ci
parent0f6c31a434873068e6c3bfecf31930536bf59d2f (diff)
Integrate Shaker as a new testcase
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/ci')
-rw-r--r--functest/ci/download_images.sh1
-rw-r--r--functest/ci/testcases.yaml18
2 files changed, 19 insertions, 0 deletions
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
@@ -254,6 +254,24 @@ tiers:
- '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
criteria: 100