X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=samples%2Fping-multiple-context.yaml;h=71b7994ffe5ba8c729035ca654a1807258fed5a0;hb=65e1ffbabbbfafd03de817e1c4606e5e0382b98d;hp=8e1b1b7004e4eb533c799bdb0a598398aedc368d;hpb=adf4a310ea7138866e77b0759a07042daac0cca7;p=yardstick.git diff --git a/samples/ping-multiple-context.yaml b/samples/ping-multiple-context.yaml index 8e1b1b700..71b7994ff 100644 --- a/samples/ping-multiple-context.yaml +++ b/samples/ping-multiple-context.yaml @@ -10,8 +10,8 @@ scenarios: type: Ping options: packetsize: 100 - host: client.demo1 - target: server.demo2 + host: athena.demo1 + target: hades.demo2 runner: type: Duration duration: 60 @@ -24,33 +24,31 @@ contexts: - name: demo1 image: cirros-0.3.3 - flavor: m1.tiny + flavor: yardstick-flavor user: cirros placement_groups: pgrp1: policy: "availability" servers: - client: + athena: floating_ip: true placement: "pgrp1" networks: test: cidr: '10.0.1.0/24' - external_network: "net04_ext" - name: demo2 image: cirros-0.3.3 - flavor: m1.tiny + flavor: yardstick-flavor user: cirros placement_groups: pgrp1: policy: "availability" servers: - server: + hades: floating_ip: true placement: "pgrp1" networks: test: cidr: '10.0.1.0/24' - external_network: "net04_ext"