Merge "dovetail tool: add debug option to control the log level showing in screen"
authorhongbo tian <hongbo.tianhongbo@huawei.com>
Tue, 13 Dec 2016 01:53:21 +0000 (01:53 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 13 Dec 2016 01:53:21 +0000 (01:53 +0000)
1  2 
dovetail/conf/dovetail_config.py
dovetail/run.py

@@@ -14,8 -14,21 +14,14 @@@ import r
  
  class DovetailConfig:
  
 -    COMPLIANCE_PATH = './compliance/'
 -    TESTCASE_PATH = './testcase/'
 -    # testsuite supported tuple, should adjust accordingly
 -    testsuite_supported = ('compliance_set', 'proposed_tests', 'debug')
 -    # testarea supported tuple, should adjust accordingly
 -    testarea_supported = ('vimops', 'nfvi', 'ipv6')
 -
      dovetail_config = {}
  
+     CMD_NAME_TRANS = {
+         'SUT_TYPE': 'INSTALLER_TYPE',
+         'SUT_IP': 'INSTALLER_IP',
+         'CON_DEBUG': 'CI_DEBUG',
+     }
      @classmethod
      def load_config_files(cls):
          curr_path = os.path.dirname(os.path.abspath(__file__))
diff --cc dovetail/run.py
Simple merge