From: hongbo tian Date: Tue, 13 Dec 2016 01:53:21 +0000 (+0000) Subject: Merge "dovetail tool: add debug option to control the log level showing in screen" X-Git-Tag: ovp.0.9.0~267 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=098f6a3ccd606adb3f266e9324ef67368fe420d1;p=dovetail.git Merge "dovetail tool: add debug option to control the log level showing in screen" --- 098f6a3ccd606adb3f266e9324ef67368fe420d1 diff --cc dovetail/conf/dovetail_config.py index a5669bda,452ed6de..d812c5c9 --- a/dovetail/conf/dovetail_config.py +++ b/dovetail/conf/dovetail_config.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__))