From 6cd4c7e126b62c07d1decffd331dcfb1da2aa709 Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Fri, 13 Oct 2017 06:22:34 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - Merge "ping: always save rtt data, influxdb ignore empty data" - ping: always save rtt data, influxdb ignore empty data If the SLA was failing we were raising AssertionError and not storing the rtt in the data dict. This caused influxdb parse errors because the data was empty. Fixup influxdb to ignore records with no data, so we don't try to parse no data. Change the ping logic to always record the rtt result even if the SLA was not met. Also fixup ping logic in cases where ping does not return results. If SLA is defined use SLA * 10 otherwise use large float that doesn't break the grafana scale too much, maybe 999999 JIRA: YARDSTICK-809 Change-Id: Id2d51216581644a80e8c7b9aa98919a766008adf Signed-off-by: Ross Brattain --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index e096baafa..5701fc19e 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit e096baafac0e6594b6ff69c0e296641066583327 +Subproject commit 5701fc19e9075115ca1be69626c0b3a618f6ae99 -- cgit 1.2.3-korg