aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/agent/collector.py
diff options
context:
space:
mode:
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