diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-05-11 05:17:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-11 05:17:25 +0000 |
commit | 6cdfc4c27daa53f8418614933ae451d8a12d8b83 (patch) | |
tree | 9a18ca50dd30a26a8d182b185c239dbd6c75aaa1 | |
parent | 93e6d248db92c6c1916aa318df8f8b7d32e22907 (diff) | |
parent | 31ebf48910e0a754879da6a5a1d0625fc0adf852 (diff) |
Merge "add support for Latency between NFVI nodes(Ping)"
-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 |