diff options
author | Jing Lu <lvjing5@huawei.com> | 2019-03-11 01:48:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-03-11 01:48:12 +0000 |
commit | 9ed25c17b2101ac60279ab231382d2cd7982b380 (patch) | |
tree | 48bd44c8d3d01879db476f51658474412de6eb61 /samples | |
parent | 0a3b5559a0da61bd5190eca098f8028ae97afe0e (diff) | |
parent | 94aacb1ce0926907ac8c79203aed969fe82a9fcf (diff) |
Merge "dovetail - no sla in bottlenecks ping test case would get exception"
Diffstat (limited to 'samples')
-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: |