dovetail - no sla in bottlenecks ping test case would get exception 73/67173/1
authorrexlee8776 <limingjiang@huawei.com>
Tue, 5 Mar 2019 01:25:28 +0000 (01:25 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Tue, 5 Mar 2019 01:25:28 +0000 (01:25 +0000)
JIRA: YARDSTICK-1604

Change-Id: Ic48aae99478dff861c45da226b5fcfd2d4a7bc06
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
samples/ping_bottlenecks.yaml

index 6a586cb..895ec78 100644 (file)
@@ -27,12 +27,14 @@ scenarios:
   type: Ping
   options:
     packetsize: 100
-  host: demo1.demo{{num}}
-  target: demo2.demo{{num}}
+  host: demo2.demo{{num}}
+  target: demo1.demo{{num}}
   runner:
     type: Duration
     duration: 60
     interval: 1
+  sla:
+    max_rtt: 10
 {% endfor %}
 
 contexts:
@@ -67,10 +69,10 @@ contexts:
       policy: "availability"
 
   servers:
-    demo1:
+    demo2:
       floating_ip: true
       placement: "pgrp1"
-    demo2:
+    demo1:
       placement: "pgrp1"
 
   networks: