HomeSort by relevance Sort by last modified time
    Searched refs:host_protections (Results 1 - 12 of 12) sorted by null

  /external/autotest/frontend/migrations/
010_add_protection_to_hosts.py 1 from autotest_lib.client.common_lib import global_config, host_protections namespace
11 default_protection_value = host_protections.Protection.get_value(
  /external/autotest/scheduler/
monitor_db_cleanup_test.py 9 from autotest_lib.client.common_lib import host_protections namespace
36 self.hosts[2].protection = host_protections.Protection.DO_NOT_VERIFY
62 self.hosts[2].protection = host_protections.Protection.DO_NOT_VERIFY
prejob_task.py 60 from autotest_lib.client.common_lib import host_protections namespace
89 if self.host.protection == host_protections.Protection.DO_NOT_VERIFY:
241 do_not_verify_protection = host_protections.Protection.DO_NOT_VERIFY
384 protection = host_protections.Protection.get_string(
387 protection = host_protections.Protection.get_attr_name(protection)
monitor_db_cleanup.py 12 from autotest_lib.client.common_lib import host_protections namespace
202 protection=host_protections.Protection.DO_NOT_VERIFY)
monitor_db_functional_test.py 5 from autotest_lib.client.common_lib import enum, global_config, host_protections namespace
617 queue_entry.host.protection = host_protections.Protection.DO_NOT_VERIFY
666 host.protection = host_protections.Protection.DO_NOT_VERIFY
    [all...]
scheduler_models.py 23 from autotest_lib.client.common_lib import global_config, host_protections namespace
    [all...]
  /external/autotest/frontend/afe/
rdb_model_extensions.py 13 from autotest_lib.client.common_lib import host_protections namespace
196 choices=host_protections.choices,
197 default=host_protections.default)
resources.py 6 from autotest_lib.client.common_lib import host_protections namespace
252 return host_protections.Protection.get_value(protection_input)
279 protection = host_protections.Protection.get_string(
    [all...]
resources_test.py 11 from autotest_lib.client.common_lib import host_protections namespace
models.py 19 from autotest_lib.client.common_lib import enum, error, host_protections namespace
466 Protection = host_protections.Protection
500 host.protection = host_protections.Protection.DO_NOT_REPAIR
    [all...]
  /external/autotest/cli/
site_host.py 12 from autotest_lib.client.common_lib import error, host_protections namespace
37 protection=host_protections.Protection.NO_PROTECTION):
52 @param protection: An enum defined in host_protections.
host.py 26 from autotest_lib.client.common_lib import host_protections namespace
36 protections = host_protections.Protection.names

Completed in 1872 milliseconds