Merge "dovetail tool: change CI_DEBUG to DEBUG"
authorhongbo tian <hongbo.tianhongbo@huawei.com>
Tue, 29 Nov 2016 02:22:49 +0000 (02:22 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 29 Nov 2016 02:22:49 +0000 (02:22 +0000)
1  2 
dovetail/conf/cmd_config.yml
dovetail/conf/dovetail_config.py

@@@ -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'
Simple merge