summaryrefslogtreecommitdiffstats
path: root/tests/config.py
diff options
context:
space:
mode:
authordongwenjuan <dong.wenjuan@zte.com.cn>2017-07-17 08:54:22 +0800
committerdongwenjuan <dong.wenjuan@zte.com.cn>2017-08-01 11:13:58 +0800
commit9549a92ad62fbbad00e355b707809e6409b9e085 (patch)
tree9b7052325ca7fd067648ef9879d6cab46fa2f2c9 /tests/config.py
parent162c3ae179f69bd326325b135c3831ae12843e49 (diff)
refactor local installer
JIRA: DOCTOR-100 Change-Id: I1e2c53f7a716156e35386d42c0df32a228a78fab Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Diffstat (limited to 'tests/config.py')
-rw-r--r--tests/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/config.py b/tests/config.py
index 88910f6d..f33ab5d2 100644
--- a/tests/config.py
+++ b/tests/config.py
@@ -14,6 +14,7 @@ import alarm
import consumer
import image
import instance
+import installer
import network
import inspector
import monitor
@@ -23,6 +24,7 @@ import user
def list_opts():
return [
+ ('installer', installer.OPTS),
('monitor', monitor.OPTS),
('inspector', inspector.OPTS),
('consumer', consumer.OPTS),