diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-09-12 06:53:54 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-09-13 06:12:39 -0400 |
commit | 212a60535c5a84efcf236110caa0aa83499aefe2 (patch) | |
tree | 1e3868965d0a4441111f2be9a0ae1b4d9205beee /samples | |
parent | 83fc1c299e38ecc303aeeca5116871a57fef69da (diff) |
add ping6 parameters
JIRA: YARDSTICK-315
1) make packetsize workable
2) add ping_count parameter
Change-Id: Ice2235fc5744b94df6a3f981c23159ca8280d876
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/ping6.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/ping6.yaml b/samples/ping6.yaml index 6f2c93d05..2fb99dfb4 100644 --- a/samples/ping6.yaml +++ b/samples/ping6.yaml @@ -8,6 +8,7 @@ scenarios: type: Ping6 options: packetsize: 200 + ping_count: 5 host: host1,host2,host3,host4,host5 nodes: host1: node1.IPV6 |