Stop printing data sent to DB
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 5 Feb 2018 22:02:49 +0000 (23:02 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 5 Feb 2018 22:02:49 +0000 (23:02 +0100)
https://build.opnfv.org/ci/view/functest/job/functest-daisy-baremetal-daily-master/lastFailedBuild/console

Change-Id: I0f794159d05fe21f659ecf3b5a9fa407620b723d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/core/testcase.py

index 5894f5c..f0c6c9e 100644 (file)
@@ -205,7 +205,7 @@ class TestCase(object):
                 headers=self._headers)
             req.raise_for_status()
             self.__logger.info(
-                "The results %s were successfully pushed to DB %s", data, url)
+                "The results were successfully pushed to DB %s", url)
         except AssertionError:
             self.__logger.exception(
                 "Please run test before publishing the results")