From 31ebf48910e0a754879da6a5a1d0625fc0adf852 Mon Sep 17 00:00:00 2001 From: rexlee8776 Date: Wed, 6 Apr 2016 01:47:18 +0000 Subject: add support for Latency between NFVI nodes(Ping) Change-Id: I13cc3f6cdfc243391df6e15827428352a8d6634d Signed-off-by: rexlee8776 --- samples/ping-node-context.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'samples') 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 -- cgit 1.2.3-korg