X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=samples%2Fping-parallel.yaml;h=c9a22a512551f70cb0074ccc51ba2d9def9aca19;hb=f5a5670ae5dd645a1fdb2b2d99c2db5dd067c781;hp=0e632aaaa292a368068469f188bcb6e2bdd6dd24;hpb=b6c094f98edda683aec70be5d897f250f4a10555;p=yardstick.git diff --git a/samples/ping-parallel.yaml b/samples/ping-parallel.yaml index 0e632aaaa..c9a22a512 100644 --- a/samples/ping-parallel.yaml +++ b/samples/ping-parallel.yaml @@ -1,3 +1,11 @@ +############################################################################## +# Copyright (c) 2017 Ericsson AB 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 # Two scenarios run in parallel using different type of runners @@ -10,21 +18,21 @@ scenarios: type: Ping options: packetsize: 100 - host: client.demo - target: server.demo + host: athena.demo + target: hades.demo runner: type: Duration duration: 60 interval: 1 sla: - max_rtt: 15 - action: monitor + max_rtt: 10 + action: assert - type: Ping options: packetsize: 200 - client: client.demo - server: server.demo + host: athena.demo + target: hades.demo runner: type: Duration duration: 60 @@ -35,17 +43,22 @@ scenarios: context: name: demo - image: cirros-0.3.3 - flavor: m1.tiny - user: cirros + image: yardstick-image + flavor: yardstick-flavor + user: ubuntu + + placement_groups: + pgrp1: + policy: "availability" servers: - client: + athena: floating_ip: true - server: + placement: "pgrp1" + hades: + placement: "pgrp1" networks: test: cidr: '10.0.1.0/24' - external_network: "net04_ext"