Home
last modified time | relevance | path

Searched refs:set_globally_disabled (Results 1 – 5 of 5) sorted by relevance

/external/autotest/scheduler/
Dscheduler_lib_unittest.py25 readonly_connection.set_globally_disabled = mock.MagicMock()
31 readonly_connection.set_globally_disabled.reset_mock()
74 readonly_connection.set_globally_disabled.assert_called_once_with(True)
77 readonly_connection.set_globally_disabled.reset_mock()
85 readonly_connection.set_globally_disabled.call_count == 0)
Dscheduler_lib.py72 readonly_connection.set_globally_disabled(readonly)
/external/autotest/frontend/
Dsetup_test_environment.py64 readonly_connection.set_globally_disabled(True)
70 readonly_connection.set_globally_disabled(False)
Dsetup_django_lite_environment.py8 readonly_connection.set_globally_disabled(True)
/external/autotest/frontend/afe/
Dreadonly_connection.py16 def set_globally_disabled(disable): function