diff options
author | QiLiang <liangqi1@huawei.com> | 2015-12-30 14:58:53 +0000 |
---|---|---|
committer | QiLiang <liangqi1@huawei.com> | 2016-01-07 06:23:51 +0000 |
commit | 65e32e513544392ce84c190434d23281b5c1afd2 (patch) | |
tree | 06db325e85da8aaee7e064a08e53a54df8d9310a /tests/unit/dispatcher/test_influxdb.py | |
parent | 99ba990d4a01c0f3f4837f11a24b695f4a2393d2 (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
Diffstat (limited to 'tests/unit/dispatcher/test_influxdb.py')
-rw-r--r-- | tests/unit/dispatcher/test_influxdb.py | 4 |
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 = { |