From: Tim Irnich Date: Mon, 16 Oct 2017 14:45:40 +0000 (+0000) Subject: Revert "write sdnvpn test result into db" X-Git-Tag: 6.0.0~46 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=58109fa8f9d9a8eaae3822791440802728c85163;hp=2907946ee8931f749881e48e9601779be50b7e37;p=sdnvpn.git Revert "write sdnvpn test result into db" This reverts commit 2907946ee8931f749881e48e9601779be50b7e37. Turned out the issue requires a different solution. Change-Id: I6f7924a9ae7baf924b749b3fd3f2d54132c6e85b Signed-off-by: Tim Irnich --- diff --git a/sdnvpn/test/functest/run_sdnvpn_tests.py b/sdnvpn/test/functest/run_sdnvpn_tests.py index c77ec45..52a6994 100644 --- a/sdnvpn/test/functest/run_sdnvpn_tests.py +++ b/sdnvpn/test/functest/run_sdnvpn_tests.py @@ -84,10 +84,6 @@ class SdnvpnFunctest(testcase.TestCase): self.stop_time = time.time() - # Ignoring the return value of push_to_db because we shouldn't make - # sdnvpn to fail for an issue related to db write. - self.push_to_db() - try: gather_logs('overall') except Exception as ex: