summaryrefslogtreecommitdiffstats
path: root/dovetail/utils/dovetail_config.py
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2016-12-21 06:54:00 +0000
committerxudan <xudan16@huawei.com>2016-12-21 06:54:00 +0000
commitf2dcccb4bb9c104e6ea56abb047bd3e3382e27b0 (patch)
tree40ca95563d980f6d89dcc703d02a5e861189bc88 /dovetail/utils/dovetail_config.py
parent5230decde18c9640a60118e091840fd1eedd5d3d (diff)
dovetail tool: use command 'debug' to control both 'debug' and 'CON_DEBUG'
JIRA: DOVETAIL-167 Change-Id: Ieb35f6aa2a6868af7d6dad5727bb3b345709275a Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'dovetail/utils/dovetail_config.py')
-rw-r--r--dovetail/utils/dovetail_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/utils/dovetail_config.py b/dovetail/utils/dovetail_config.py
index 33cf57be..7d2c1645 100644
--- a/dovetail/utils/dovetail_config.py
+++ b/dovetail/utils/dovetail_config.py
@@ -19,7 +19,7 @@ class DovetailConfig:
CMD_NAME_TRANS = {
'SUT_TYPE': 'INSTALLER_TYPE',
'SUT_IP': 'INSTALLER_IP',
- 'CON_DEBUG': 'CI_DEBUG',
+ 'DEBUG': 'CI_DEBUG',
}
@classmethod