Override parameterized_jobs setting for frontend_unittest as well
Signed-off-by: James Ren <[email protected]>
--- autotest/frontend/frontend_unittest.py 2010-07-19 15:59:20.000000000
-0700
+++ autotest/frontend/frontend_unittest.py 2010-07-19 15:59:20.000000000
-0700
@@ -5,12 +5,15 @@
from autotest_lib.frontend import setup_django_environment
from autotest_lib.frontend import setup_test_environment
from autotest_lib.frontend.afe import test, readonly_connection
+from autotest_lib.client.common_lib import global_config
_APP_DIR = os.path.join(os.path.dirname(__file__), 'afe')
class FrontendTest(unittest.TestCase):
def setUp(self):
setup_test_environment.set_up()
+ global_config.global_config.override_config_value(
+ 'AUTOTEST_WEB', 'parameterized_jobs', 'False')
def tearDown(self):
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest