summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sdnvpn/test/functest/run_sdnvpn_tests.py4
1 files changed, 0 insertions, 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: