JIRA: DOVETAIL-167
Change-Id: Ieb35f6aa2a6868af7d6dad5727bb3b345709275a
Signed-off-by: xudan <xudan16@huawei.com>
- 'functest/envs'
- 'yardstick/envs'
help: 'IP of the system under test (SUT).'
- CON_DEBUG:
+ debug:
flags:
- - '--CON_DEBUG'
- - '-c'
+ - '--debug'
+ - '-d'
path:
- 'functest/envs'
- 'yardstick/envs'
- help: 'True for showing debug log in functest/yardstick container.'
+ help: 'True for showing debug log on screen.'
yard_tag:
flags:
- '--yard_tag'
- '--testarea'
default: 'full'
help: 'compliance testarea within testsuite'
- debug:
- flags:
- - '--debug'
- - '-d'
- help: 'True for showing debug log in screen.'
CMD_NAME_TRANS = {
'SUT_TYPE': 'INSTALLER_TYPE',
'SUT_IP': 'INSTALLER_IP',
- 'CON_DEBUG': 'CI_DEBUG',
+ 'DEBUG': 'CI_DEBUG',
}
@classmethod