From a207ca9c170ce6cfd1c1cb198170ac7c93307d64 Mon Sep 17 00:00:00 2001 From: liyin Date: Tue, 21 Feb 2017 17:36:44 +0800 Subject: bottlenecks: stress ping yaml file bug fix JIRA:YARDSTICK-565 This will remove the limit of "sla" The "sla" will cause a error of bottlenecks. so this patch will change it, so bottlenecks could find the system bottleneck. Change-Id: I8634e34841677a2032cebd26f1b40f6a0cb2bd39 Signed-off-by: liyin --- samples/ping_bottlenecks.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/samples/ping_bottlenecks.yaml b/samples/ping_bottlenecks.yaml index df30f5242..910bcff73 100644 --- a/samples/ping_bottlenecks.yaml +++ b/samples/ping_bottlenecks.yaml @@ -28,9 +28,6 @@ scenarios: type: Duration duration: 60 interval: 1 - sla: - max_rtt: 10 - action: assert {% endfor %} contexts: -- cgit 1.2.3-korg