Implement quagga peering
[sdnvpn.git] / sdnvpn / test / functest / run_tests.py
index 15fe1d0..5ca7691 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/python
 #
-# Copyright (c) 2015 All rights reserved
+# Copyright (c) 2017 All rights reserved
 # This program and the accompanying materials
 # are made available under the terms of the Apache License, Version 2.0
 # which accompanies this distribution, and is available at
@@ -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):