Add test case description and modify task file for TC004
[yardstick.git] / samples / ping-parallel.yaml
index 1924e76..00d2613 100644 (file)
@@ -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,14 +44,13 @@ context:
       policy: "availability"
 
   servers:
-    client:
+    athena:
       floating_ip: true
       placement: "pgrp1"
-    server:
+    hades:
       placement: "pgrp1"
 
   networks:
     test:
       cidr: '10.0.1.0/24'
-      external_network: "net04_ext"