Revert "write sdnvpn test result into db" 33/45233/1
authorTim Irnich <tim.irnich@ericsson.com>
Mon, 16 Oct 2017 14:45:40 +0000 (14:45 +0000)
committerTim Irnich <tim.irnich@ericsson.com>
Mon, 16 Oct 2017 14:45:40 +0000 (14:45 +0000)
This reverts commit 2907946ee8931f749881e48e9601779be50b7e37.

Turned out the issue requires a different solution.

Change-Id: I6f7924a9ae7baf924b749b3fd3f2d54132c6e85b
Signed-off-by: Tim Irnich <tim.irnich@ericsson.com>
sdnvpn/test/functest/run_sdnvpn_tests.py

index c77ec45..52a6994 100644 (file)
@@ -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: