summaryrefslogtreecommitdiffstats
path: root/dovetail/report.py
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2019-05-17 04:13:30 -0400
committerDan Xu <xudan16@huawei.com>2019-06-10 03:24:16 +0000
commitfe1a78666f215a568866c4b5eb28c8feda0ad278 (patch)
treeb2c93c3f7f3f28b1d91bcb5247fc2b0e4b6d715c /dovetail/report.py
parentdc5264ec9b19a8673204af11dbba68bdb50cfde2 (diff)
Bugfix: Fix Dovetail 2 bugs found with CI results
There are 2 bugs found with CI results of functest.tempest.neutron_tempest_plugin_api and all HA test cases. Yardtsick conf file does't mapping the keyfile to Yardstick container, so all HA test cases got SSHERROR. Also remove some useless debug msg to make dovetail.log more concise. Change-Id: I63c12d1b91ed5f8f8a893689384685ca9215f367 Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'dovetail/report.py')
-rw-r--r--dovetail/report.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/dovetail/report.py b/dovetail/report.py
index 65c41484..864f1165 100644
--- a/dovetail/report.py
+++ b/dovetail/report.py
@@ -138,7 +138,6 @@ class Report(object):
'result': testcase.sub_testcase_passed(sub_test)
})
report_obj['testcases_list'].append(testcase_inreport)
- self.logger.debug(json.dumps(report_obj))
return report_obj
def generate(self, testcase_list, duration):
@@ -621,7 +620,6 @@ class FunctestChecker(object):
testcase_passed = 'PASS'
for sub_testcase in sub_testcase_list:
- self.logger.debug('Check sub_testcase: {}'.format(sub_testcase))
try:
if self.get_sub_testcase(sub_testcase,
db_result['details']['success']):