HomeSort by relevance Sort by last modified time
    Searched refs:host_protections (Results 1 - 9 of 9) 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
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
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
71 if self.host.protection == host_protections.Protection.DO_NOT_VERIFY:
227 do_not_verify_protection = host_protections.Protection.DO_NOT_VERIFY
439 protection = host_protections.Protection.get_string(
442 protection = host_protections.Protection.get_attr_name(protection)
monitor_db_cleanup.py 12 from autotest_lib.client.common_lib import host_protections
238 protection=host_protections.Protection.DO_NOT_VERIFY)
scheduler_models.py 31 from autotest_lib.client.common_lib import global_config, host_protections
    [all...]
monitor_db_functional_test.py 7 from autotest_lib.client.common_lib import enum, global_config, host_protections
608 queue_entry.host.protection = host_protections.Protection.DO_NOT_VERIFY
657 host.protection = host_protections.Protection.DO_NOT_VERIFY
    [all...]
  /external/autotest/frontend/afe/
rdb_model_extensions.py 13 from autotest_lib.client.common_lib import host_protections
196 choices=host_protections.choices,
197 default=host_protections.default)
models.py 19 from autotest_lib.client.common_lib import enum, error, host_protections
506 Protection = host_protections.Protection
618 host.protection = host_protections.Protection.DO_NOT_REPAIR
    [all...]
  /external/autotest/cli/
host.py 28 from autotest_lib.client.common_lib import error, host_protections
40 protections = host_protections.Protection.names
610 protection=host_protections.Protection.NO_PROTECTION):
625 @param protection: An enum defined in host_protections.

Completed in 219 milliseconds