summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorQiLiang <liangqi1@huawei.com>2015-12-30 14:58:53 +0000
committerAna Cunha <ana.cunha@ericsson.com>2016-01-08 11:13:39 +0000
commite5710fb9af60c699457f506e01842dc49cbe3a4f (patch)
tree4c93ae39490f77efba1686f51f616dd46455eefa /tests
parent409cf3d4d9525d4a205573144de86227bd1723e1 (diff)
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 <liangqi1@huawei.com> Conflicts: yardstick/dispatcher/influxdb.py (cherry picked from commit 65e32e513544392ce84c190434d23281b5c1afd2) Change-Id: Idcd582f96f2813e04d80a8c0677d9124b373fb48
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/dispatcher/test_influxdb.py4
1 files changed, 3 insertions, 1 deletions
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 = {