From: hongbo tian Date: Tue, 29 Nov 2016 02:22:49 +0000 (+0000) Subject: Merge "dovetail tool: change CI_DEBUG to DEBUG" X-Git-Tag: ovp.0.9.0~282 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b9929410665d9809669b307b04904312d785be5a;p=dovetail.git Merge "dovetail tool: change CI_DEBUG to DEBUG" --- b9929410665d9809669b307b04904312d785be5a diff --cc dovetail/conf/cmd_config.yml index 04001774,2d51f88d..4e3d0110 --- a/dovetail/conf/cmd_config.yml +++ b/dovetail/conf/cmd_config.yml @@@ -31,22 -31,18 +31,22 @@@ cli - '--DEPLOY_TYPE' - '-T' help: 'DEPLOY_TYPE of the system under test (SUT).' - CI_DEBUG: + DEBUG: flags: - - '--CI_DEBUG' + - '--DEBUG' - '-d' - help: 'CI_DEBUG for showing debug log.' + help: 'DEBUG for showing debug log.' non-envs: - scenario: + testsuite: flags: - - '--scenario' - - '-s' + - '--testsuite' default: 'compliance_set' - help: 'certification scenario.' + help: 'compliance testsuite.' + testarea: + flags: + - '--testarea' + default: 'full' + help: 'compliance testarea within testsuite' tag: flags: - '--tag'