diff options
author | rexlee8776 <limingjiang@huawei.com> | 2019-03-05 01:25:28 +0000 |
---|---|---|
committer | rexlee8776 <limingjiang@huawei.com> | 2019-03-05 01:25:28 +0000 |
commit | 94aacb1ce0926907ac8c79203aed969fe82a9fcf (patch) | |
tree | a31e691c7f9fb8e6cce27cbde39d8e78b4c30bf3 | |
parent | 4c995d8a3ad25afe2ad8d75d43c7519ce22797eb (diff) |
dovetail - no sla in bottlenecks ping test case would get exception
JIRA: YARDSTICK-1604
Change-Id: Ic48aae99478dff861c45da226b5fcfd2d4a7bc06
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
-rw-r--r-- | samples/ping_bottlenecks.yaml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/samples/ping_bottlenecks.yaml b/samples/ping_bottlenecks.yaml index 6a586cb90..895ec78fc 100644 --- a/samples/ping_bottlenecks.yaml +++ b/samples/ping_bottlenecks.yaml @@ -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: |