Merge "Add test case description and task file for TC052"
[yardstick.git] / samples / ping-serial.yaml
index 475c688..9c492e4 100644 (file)
@@ -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
@@ -20,16 +20,17 @@ scenarios:
     action: monitor
 -
   type: Ping
-  options:
-    packetsize: 100
-  host: client.demo
-  target: server.demo
+  host: apollo.demo
+  target: artemis.demo
   runner:
     type: Arithmetic
-    name: packetsize
     interval: 0.2
-    stop: 6000
-    step: 100
+    iterators:
+    -
+      name: packetsize
+      start: 100
+      stop: 6000
+      step: 100
 
 context:
   name: demo
@@ -38,12 +39,11 @@ context:
   user: cirros
 
   servers:
-    client:
+    apollo:
       floating_ip: true
-    server:
+    artemis:
 
   networks:
     test:
       cidr: '10.0.1.0/24'
-      external_network: "net04_ext"