diff options
author | rexlee8776 <limingjiang@huawei.com> | 2016-04-06 01:47:18 +0000 |
---|---|---|
committer | rexlee8776 <limingjiang@huawei.com> | 2016-04-06 07:35:12 +0000 |
commit | 31ebf48910e0a754879da6a5a1d0625fc0adf852 (patch) | |
tree | ac3aac35f4166a0bb309e05b3231acd902c8e7e3 /samples | |
parent | c62baf6b2cfb901109e31e0b34a193b0ece99b79 (diff) |
add support for Latency between NFVI nodes(Ping)
Change-Id: I13cc3f6cdfc243391df6e15827428352a8d6634d
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/ping-node-context.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/ping-node-context.yaml b/samples/ping-node-context.yaml index 2edc05e00..f9c642e66 100644 --- a/samples/ping-node-context.yaml +++ b/samples/ping-node-context.yaml @@ -9,8 +9,8 @@ scenarios: type: Ping options: packetsize: 200 - host: athena.LF - target: ares.LF + host: node1.LF + target: node2.LF runner: type: Duration @@ -25,5 +25,5 @@ scenarios: context: type: Node name: LF - file: /etc/yardstick/nodes/pod.yaml + file: etc/yardstick/nodes/fuel_virtual/pod.yaml |