diff options
author | Tim Irnich <tim.irnich@ericsson.com> | 2017-10-16 14:45:40 +0000 |
---|---|---|
committer | Tim Irnich <tim.irnich@ericsson.com> | 2017-10-16 14:45:40 +0000 |
commit | 58109fa8f9d9a8eaae3822791440802728c85163 (patch) | |
tree | 93621a2c7d2e2f9b0bd9775a4bd6975e9b3c8aee /sdnvpn/test/functest/run_sdnvpn_tests.py | |
parent | 2907946ee8931f749881e48e9601779be50b7e37 (diff) |
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 <tim.irnich@ericsson.com>
Diffstat (limited to 'sdnvpn/test/functest/run_sdnvpn_tests.py')
-rw-r--r-- | sdnvpn/test/functest/run_sdnvpn_tests.py | 4 |
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: |