diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2016-10-14 09:38:54 +0000 |
---|---|---|
committer | chenjiankun <chenjiankun1@huawei.com> | 2016-10-14 09:40:28 +0000 |
commit | c5c9a48610bb587f25135f1d0758472c1fbe876c (patch) | |
tree | 33d8a6495926346a2a4d1b769ad123548ab25241 /tests/unit/dispatcher | |
parent | 4490df181d41d77c48b7b1f715dd6ef51a37d585 (diff) |
influxdb_line_protocol.py should move to 3rd party dir
JIRA: YARDSTICK-369
Change-Id: I286e883d88a47d2befa4bb523ad9384937e079b3
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'tests/unit/dispatcher')
-rw-r--r-- | tests/unit/dispatcher/test_influxdb_line_protocol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/dispatcher/test_influxdb_line_protocol.py b/tests/unit/dispatcher/test_influxdb_line_protocol.py index cb05bf4d2..42553c498 100644 --- a/tests/unit/dispatcher/test_influxdb_line_protocol.py +++ b/tests/unit/dispatcher/test_influxdb_line_protocol.py @@ -4,7 +4,7 @@ # influxdb-python/influxdb/tests/test_line_protocol.py import unittest -from yardstick.dispatcher.influxdb_line_protocol import make_lines +from third_party.influxdb.influxdb_line_protocol import make_lines class TestLineProtocol(unittest.TestCase): |