From e5710fb9af60c699457f506e01842dc49cbe3a4f Mon Sep 17 00:00:00 2001 From: QiLiang Date: Wed, 30 Dec 2015 14:58:53 +0000 Subject: InfluxDB dispatcher add more tags - add runner_id tag - add test case name tag - add task_id tag JIRA: YARDSTICK-212 Change-Id: I75c27e23942a6e2189019e94bfe8026a5fd67621 Signed-off-by: QiLiang Conflicts: yardstick/dispatcher/influxdb.py (cherry picked from commit 65e32e513544392ce84c190434d23281b5c1afd2) Change-Id: Idcd582f96f2813e04d80a8c0677d9124b373fb48 --- tests/unit/dispatcher/test_influxdb.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/unit') diff --git a/tests/unit/dispatcher/test_influxdb.py b/tests/unit/dispatcher/test_influxdb.py index 3989f5889..5553c86a9 100644 --- a/tests/unit/dispatcher/test_influxdb.py +++ b/tests/unit/dispatcher/test_influxdb.py @@ -47,7 +47,9 @@ class InfluxdbDispatcherTestCase(unittest.TestCase): "sla": { "action": "monitor", "max_rtt": 10 - } + }, + "tc": "ping", + "task_id": "ea958583-c91e-461a-af14-2a7f9d7f79e7" } } self.data2 = { -- cgit 1.2.3-korg