From 58109fa8f9d9a8eaae3822791440802728c85163 Mon Sep 17 00:00:00 2001 From: Tim Irnich Date: Mon, 16 Oct 2017 14:45:40 +0000 Subject: 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 --- sdnvpn/test/functest/run_sdnvpn_tests.py | 4 ---- 1 file changed, 4 deletions(-) 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: -- cgit 1.2.3-korg