From b111866af4a311ef965443499bf46505f2c2a22a Mon Sep 17 00:00:00 2001 From: kubi Date: Fri, 15 Jan 2016 19:40:28 +0800 Subject: fix some bug in ipv6 to make it run in ci JIRA:YARDSTICK-187 Change-Id: Ia15d17afdef145f7b230a8a4d25a61eed5cdfd76 Signed-off-by: kubi --- samples/ping6.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'samples') diff --git a/samples/ping6.yaml b/samples/ping6.yaml index 22b8bb9cc..773d1be69 100644 --- a/samples/ping6.yaml +++ b/samples/ping6.yaml @@ -8,8 +8,13 @@ scenarios: type: Ping6 options: packetsize: 200 - host: node1.IPV6 - + host: host1,host2,host3,host4,host5 + nodes: + host1: node1.IPV6 + host2: node2.IPV6 + host3: node3.IPV6 + host4: node4.IPV6 + host5: node5.IPV6 runner: type: Iteration iterations: 1 -- cgit 1.2.3-korg