From: Yu Yang (Gabriel) Date: Wed, 21 Jun 2017 08:08:55 +0000 (+0000) Subject: Merge "Docs for Danube 3" X-Git-Tag: opnfv-5.0.0~31 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c6647e559cddfe8bdf064bf69edd970df4044ce5;hp=38074a81bcb2a97bd59f274815dbfa67ab487c59;p=bottlenecks.git Merge "Docs for Danube 3" --- diff --git a/testsuites/posca/run_posca.py b/testsuites/posca/run_posca.py index bd979b67..b1dba140 100755 --- a/testsuites/posca/run_posca.py +++ b/testsuites/posca/run_posca.py @@ -63,15 +63,12 @@ def report(testcase, start_date, stop_date, criteria, details_doc): try: LOG.debug('Test result : %s', jsonutils.dump_as_bytes(results)) - print ('Start posting test results to community MongoDB') res = requests.post(target, data=jsonutils.dump_as_bytes(results), headers=headers, timeout=timeout) LOG.debug('Test result posting finished with status code' ' %d.' % res.status_code) - print ('Test results posting finished with status code' - ' %d.' % res.status_code) except Exception as err: LOG.exception('Failed to record result data: %s', err)