X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=samples%2Fping-node-context.yaml;h=15a07ee50f7b1a9cd42206baa997f4303a67267b;hb=4cc2882c73a64e243f98c0448ca2d1f9a677953c;hp=2edc05e0020c876e9d1d9d1f41aa4b0a2a29835f;hpb=71413bb440af953d20a0dfc52ef710ea1618cd90;p=yardstick.git diff --git a/samples/ping-node-context.yaml b/samples/ping-node-context.yaml index 2edc05e00..15a07ee50 100644 --- a/samples/ping-node-context.yaml +++ b/samples/ping-node-context.yaml @@ -1,3 +1,11 @@ +############################################################################## +# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## --- # Sample benchmark task config file # measure network latency using ping @@ -9,8 +17,8 @@ scenarios: type: Ping options: packetsize: 200 - host: athena.LF - target: ares.LF + host: node1.LF + target: node2.LF runner: type: Duration @@ -25,5 +33,5 @@ scenarios: context: type: Node name: LF - file: /etc/yardstick/nodes/pod.yaml + file: etc/yardstick/nodes/fuel_virtual/pod.yaml