From: rexlee8776 Date: Wed, 6 Apr 2016 01:47:18 +0000 (+0000) Subject: add support for Latency between NFVI nodes(Ping) X-Git-Tag: colorado.1.0~171^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=31ebf48910e0a754879da6a5a1d0625fc0adf852;p=yardstick.git add support for Latency between NFVI nodes(Ping) Change-Id: I13cc3f6cdfc243391df6e15827428352a8d6634d Signed-off-by: rexlee8776 --- 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