diff options
-rw-r--r-- | samples/iperf3.yaml | 8 | ||||
-rw-r--r-- | samples/ping-ext-ip.yaml | 4 | ||||
-rw-r--r-- | samples/ping-multiple-context.yaml | 8 | ||||
-rw-r--r-- | samples/ping-parallel.yaml | 12 | ||||
-rw-r--r-- | samples/ping-serial.yaml | 12 | ||||
-rw-r--r-- | samples/ping.yaml | 8 | ||||
-rw-r--r-- | samples/pktgen.yaml | 8 |
7 files changed, 30 insertions, 30 deletions
diff --git a/samples/iperf3.yaml b/samples/iperf3.yaml index 643273c51..b3a7a9f3b 100644 --- a/samples/iperf3.yaml +++ b/samples/iperf3.yaml @@ -8,8 +8,8 @@ scenarios: - type: Iperf3 options: - host: client.demo - target: server.demo + host: zeus.demo + target: hera.demo runner: type: Duration @@ -30,10 +30,10 @@ context: policy: "availability" servers: - client: + zeus: floating_ip: true placement: "pgrp1" - server: + hera: floating_ip: true placement: "pgrp1" diff --git a/samples/ping-ext-ip.yaml b/samples/ping-ext-ip.yaml index 82cd02c7b..f2923f65f 100644 --- a/samples/ping-ext-ip.yaml +++ b/samples/ping-ext-ip.yaml @@ -11,7 +11,7 @@ schema: "yardstick:task:0.1" scenarios: - type: Ping - host: client.demo + host: hermes.demo target: 8.8.8.8 runner: type: Duration @@ -27,7 +27,7 @@ context: flavor: m1.tiny user: cirros servers: - client: + hermes: floating_ip: true networks: test: diff --git a/samples/ping-multiple-context.yaml b/samples/ping-multiple-context.yaml index 8e1b1b700..c529fccb8 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 @@ -30,7 +30,7 @@ contexts: pgrp1: policy: "availability" servers: - client: + athena: floating_ip: true placement: "pgrp1" networks: @@ -46,7 +46,7 @@ contexts: pgrp1: policy: "availability" servers: - server: + hades: floating_ip: true placement: "pgrp1" networks: diff --git a/samples/ping-parallel.yaml b/samples/ping-parallel.yaml index 1924e76f4..f3f698993 100644 --- a/samples/ping-parallel.yaml +++ b/samples/ping-parallel.yaml @@ -10,8 +10,8 @@ scenarios: type: Ping options: packetsize: 100 - host: client.demo - target: server.demo + host: athena.demo + target: hades.demo runner: type: Duration duration: 60 @@ -23,8 +23,8 @@ scenarios: type: Ping options: packetsize: 200 - host: client.demo - target: server.demo + host: athena.demo + target: hades.demo runner: type: Duration duration: 60 @@ -44,10 +44,10 @@ context: policy: "availability" servers: - client: + athena: floating_ip: true placement: "pgrp1" - server: + hades: placement: "pgrp1" networks: diff --git a/samples/ping-serial.yaml b/samples/ping-serial.yaml index 475c688ff..ff281ee82 100644 --- a/samples/ping-serial.yaml +++ b/samples/ping-serial.yaml @@ -9,8 +9,8 @@ scenarios: type: Ping options: packetsize: 100 - host: client.demo - target: server.demo + host: apollo.demo + target: artemis.demo runner: type: Duration duration: 20 @@ -22,8 +22,8 @@ scenarios: type: Ping options: packetsize: 100 - host: client.demo - target: server.demo + host: apollo.demo + target: artemis.demo runner: type: Arithmetic name: packetsize @@ -38,9 +38,9 @@ context: user: cirros servers: - client: + apollo: floating_ip: true - server: + artemis: networks: test: diff --git a/samples/ping.yaml b/samples/ping.yaml index 3bc108142..f8b6a3167 100644 --- a/samples/ping.yaml +++ b/samples/ping.yaml @@ -9,8 +9,8 @@ scenarios: type: Ping options: packetsize: 200 - host: client.demo - target: server.demo + host: athena.demo + target: ares.demo runner: type: Duration @@ -32,10 +32,10 @@ context: policy: "availability" servers: - client: + athena: floating_ip: true placement: "pgrp1" - server: + ares: placement: "pgrp1" networks: diff --git a/samples/pktgen.yaml b/samples/pktgen.yaml index fa0134299..609730842 100644 --- a/samples/pktgen.yaml +++ b/samples/pktgen.yaml @@ -12,8 +12,8 @@ scenarios: number_of_ports: 10 duration: 20 - host: client.demo - target: server.demo + host: demeter.demo + target: poseidon.demo runner: type: Arithmetic @@ -37,10 +37,10 @@ context: policy: "availability" servers: - client: + demeter: floating_ip: true placement: "pgrp1" - server: + poseidon: floating_ip: true placement: "pgrp1" |