diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-09-05 17:37:35 +0200 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-09-06 07:24:01 +0000 |
commit | f8205032ece010ace50937dd4b0feb60d8825b5d (patch) | |
tree | 7802fb94153be6a9c1f86e75f513bc1ff476e5ae /test/functest/run_tests.py | |
parent | 7daf49f7a2995626015500dc8e8df6242e29d971 (diff) |
Adapt some calls to functest_utils that don't require logger
Due to a small refactor of some functions in Functest,
the calls to those are outdated and fail.
Change-Id: I1fdce5d343fc55ecd1b25a837608c7172047f22e
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
(cherry picked from commit c12b86401ce7eec4ed3b546a6399a3a2599b7e79)
Diffstat (limited to 'test/functest/run_tests.py')
-rw-r--r-- | test/functest/run_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functest/run_tests.py b/test/functest/run_tests.py index 7092479..6f3a969 100644 --- a/test/functest/run_tests.py +++ b/test/functest/run_tests.py @@ -33,7 +33,6 @@ def push_results(testname, start_time, end_time, criteria, details): logger.info("Push testcase '%s' results into the DB...\n" % testname) ft_utils.push_results_to_db("sdnvpn", testname, - logger, start_time, end_time, criteria, |