From 8650a0a22182987e70f34653d8521ea2072ee5c8 Mon Sep 17 00:00:00 2001 From: Kristian Hunt Date: Mon, 21 Sep 2015 10:49:51 +0200 Subject: Modify iperf sample to use yardstick testing image This patch will make the iperf sample test case consistent with other test cases by using the yardstick-trusty-server image and making it possible to run this test case "out of the box" without requiring the modification of the sample file. Change-Id: I9b0da0d94f9c33f07bca79067a1eb5d615e2c15a JIRA: YARDSTICK-148 Signed-off-by: Kristian Hunt --- samples/iperf3.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'samples/iperf3.yaml') diff --git a/samples/iperf3.yaml b/samples/iperf3.yaml index 8de44678c..561be81f5 100644 --- a/samples/iperf3.yaml +++ b/samples/iperf3.yaml @@ -21,9 +21,9 @@ scenarios: context: name: demo - image: iperf3 - flavor: m1.tiny - user: cirros + image: yardstick-trusty-server + flavor: yardstick-flavor + user: ec2-user placement_groups: pgrp1: -- cgit 1.2.3-korg