From 94aacb1ce0926907ac8c79203aed969fe82a9fcf Mon Sep 17 00:00:00 2001 From: rexlee8776 Date: Tue, 5 Mar 2019 01:25:28 +0000 Subject: dovetail - no sla in bottlenecks ping test case would get exception JIRA: YARDSTICK-1604 Change-Id: Ic48aae99478dff861c45da226b5fcfd2d4a7bc06 Signed-off-by: rexlee8776 --- samples/ping_bottlenecks.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'samples') 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: -- cgit 1.2.3-korg