summaryrefslogtreecommitdiffstats
path: root/sdnvpn/test/functest/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'sdnvpn/test/functest/run_tests.py')
-rw-r--r--sdnvpn/test/functest/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnvpn/test/functest/run_tests.py b/sdnvpn/test/functest/run_tests.py
index 15fe1d0..924a0e5 100644
--- a/sdnvpn/test/functest/run_tests.py
+++ b/sdnvpn/test/functest/run_tests.py
@@ -25,10 +25,10 @@ parser.add_argument("-r", "--report",
action="store_true")
args = parser.parse_args()
-TEST_DB_URL = ft_utils.get_functest_config('results.test_db_url')
logger = ft_logger.Logger("sdnvpn-run-tests").getLogger()
COMMON_CONFIG = sdnvpn_config.CommonConfig()
+TEST_DB_URL = COMMON_CONFIG.test_db
def push_results(testname, start_time, end_time, criteria, details):