Now that TKO was simply removed from the tree, fix the database connection unittest, that is simply changing the pointer to the TKO config session to AUTOTEST_WEB.
Signed-off-by: Lucas Meneghel Rodrigues <[email protected]> --- database/database_connection_unittest.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/database/database_connection_unittest.py b/database/database_connection_unittest.py index b5386af..058ed4d 100755 --- a/database/database_connection_unittest.py +++ b/database/database_connection_unittest.py @@ -6,7 +6,7 @@ from autotest_lib.client.common_lib import global_config from autotest_lib.client.common_lib.test_utils import mock from autotest_lib.database import database_connection -_CONFIG_SECTION = 'TKO' +_CONFIG_SECTION = 'AUTOTEST_WEB' _HOST = 'myhost' _USER = 'myuser' _PASS = 'mypass' -- 1.7.6 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
