diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/ping6.yaml | 9 |
1 files changed, 7 insertions, 2 deletions
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 |