From 262f007f06da281e1f92018cb87e9abe2432e644 Mon Sep 17 00:00:00 2001 From: QiLiang Date: Wed, 23 Dec 2015 22:13:15 +0800 Subject: Initial InfluxDB dispatcher Supports: - Basic influxDB write with timestamp - Add general result format func - Add UT TODO: - refine database schema (e.g. add more tags) plan in another patch JIRA: YARDSTICK-212 Change-Id: I1526568bbd850f1343135420ec59ed1b833bb99f Signed-off-by: QiLiang (cherry picked from commit 99ba990d4a01c0f3f4837f11a24b695f4a2393d2) --- tests/unit/dispatcher/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/unit/dispatcher/__init__.py (limited to 'tests/unit/dispatcher/__init__.py') diff --git a/tests/unit/dispatcher/__init__.py b/tests/unit/dispatcher/__init__.py new file mode 100644 index 000000000..e69de29bb -- cgit 1.2.3-korg