aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/agent/collector.py
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2016-12-21 07:37:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-21 07:37:17 +0000
commit16cfb003cd0f1b0dbf903432ab794cda2c7a4123 (patch)
treed20cc243e659035934fbf8da38bdae02f50e3712 /qtip/agent/collector.py
parent55f8056a2a7a9e256c8b01ec1b255f4b769ced14 (diff)
parent4169878ccfd1b963c9fa28a3aee3d67c5a4c0990 (diff)
Merge "Add skeletons of drivers, collector and reporter"
Diffstat (limited to 'qtip/agent/collector.py')
-rw-r--r--qtip/agent/collector.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/qtip/agent/collector.py b/qtip/agent/collector.py
new file mode 100644
index 00000000..3df21379
--- /dev/null
+++ b/qtip/agent/collector.py
@@ -0,0 +1,13 @@
+##############################################################################
+# Copyright (c) 2016 ZTE Corp and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+
+class Collector(object):
+ """collect test result and test condition"""
+ pass