summaryrefslogtreecommitdiffstats
path: root/qtip/base/constant.py
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/base/constant.py')
-rw-r--r--qtip/base/constant.py24
1 files changed, 0 insertions, 24 deletions
diff --git a/qtip/base/constant.py b/qtip/base/constant.py
index 39572040..100ec009 100644
--- a/qtip/base/constant.py
+++ b/qtip/base/constant.py
@@ -46,29 +46,5 @@ class SpecProp(BaseProp):
WORKLOADS = 'workloads'
-class PlanProp(BaseProp):
- # plan
- INFO = 'info'
-
- FACILITY = 'facility'
- ENGINEER = 'engineer'
-
- CONFIG = 'config'
-
- DRIVER = 'driver'
- COLLECTOR = 'collector'
- REPORTER = 'reporter'
-
- QPIS = 'QPIs'
-
-
-class CollectorProp(BaseProp):
- LOGS = 'logs'
- FILENAME = 'filename'
- GREP = 'grep'
- REGEX = 'regex'
- CAPTURE = 'capture'
-
-
class ReporterBaseProp(BaseProp):
TRANSFORMER = 'transformer'