Move push_results_to_db to TestCase 57/49757/7
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 20 Jan 2018 13:41:32 +0000 (14:41 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 21 Jan 2018 00:07:41 +0000 (01:07 +0100)
commita6df43da7ab4de653eecbc9b6380d5fc7ce7bc14
tree028d5516ead89f61929866382b600598e6dac926
parent45fdfedc5b5573926c53264ff5eb3e48a43345d9
Move push_results_to_db to TestCase

It removes the link between TestCase and Functest utils (xtesting).
It should be noted that testresults url can only be set by env var.

Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ie072c675890d0ae2e63619c599d2684a8c7d762d
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/ci/config_functest.yaml
functest/core/testcase.py
functest/tests/unit/core/test_testcase.py
functest/tests/unit/utils/test_decorators.py
functest/tests/unit/utils/test_functest_utils.py
functest/utils/functest_utils.py