From 2f65909b27e85c4227de2730b5f1464d952f2419 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Mon, 5 Feb 2018 23:02:49 +0100 Subject: [PATCH] Stop printing data sent to DB MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit https://build.opnfv.org/ci/view/functest/job/functest-daisy-baremetal-daily-master/lastFailedBuild/console Change-Id: I0f794159d05fe21f659ecf3b5a9fa407620b723d Signed-off-by: Cédric Ollivier --- functest/core/testcase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functest/core/testcase.py b/functest/core/testcase.py index 5894f5c0f..f0c6c9e9f 100644 --- a/functest/core/testcase.py +++ b/functest/core/testcase.py @@ -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") -- 2.16.6