summaryrefslogtreecommitdiffstats
path: root/qtip/runner/suite.py
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/runner/suite.py')
-rw-r--r--qtip/runner/suite.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/qtip/runner/suite.py b/qtip/runner/suite.py
index 4179af64..0086a20e 100644
--- a/qtip/runner/suite.py
+++ b/qtip/runner/suite.py
@@ -13,7 +13,10 @@ from benchmark import Benchmark
class Suite(Benchmark):
- """A suite is consist of one or several perf tests and produces one QPI"""
+ """WIP(yujunz):
+ a suite is consist of one or several perf tests and produces one QPI.
+ It must be executed as part of testplan
+ """
# paths to search for suites
_paths = [path.join(p, 'suite') for p in Benchmark._paths]