diff options
-rw-r--r-- | sdnvpn/test/functest/run_sdnvpn_tests.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sdnvpn/test/functest/run_sdnvpn_tests.py b/sdnvpn/test/functest/run_sdnvpn_tests.py index 52a6994..c77ec45 100644 --- a/sdnvpn/test/functest/run_sdnvpn_tests.py +++ b/sdnvpn/test/functest/run_sdnvpn_tests.py @@ -84,6 +84,10 @@ 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: |