Searched refs:host_protections (Results 1 - 9 of 9) sorted by relevance

/external/autotest/frontend/migrations/
H A D010_add_protection_to_hosts.py1 from autotest_lib.client.common_lib import global_config, host_protections namespace
11 default_protection_value = host_protections.Protection.get_value(
/external/autotest/scheduler/
H A Dmonitor_db_cleanup_test.py9 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
H A Dprejob_task.py60 from autotest_lib.client.common_lib import host_protections namespace
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)
H A Dmonitor_db_cleanup.py15 from autotest_lib.client.common_lib import host_protections namespace
199 protection=host_protections.Protection.DO_NOT_VERIFY)
H A Dmonitor_db_functional_test.py5 from autotest_lib.client.common_lib import enum, global_config, host_protections namespace
606 queue_entry.host.protection = host_protections.Protection.DO_NOT_VERIFY
655 host.protection = host_protections.Protection.DO_NOT_VERIFY
H A Dscheduler_models.py28 from autotest_lib.client.common_lib import global_config, host_protections namespace
1192 host_protections.Protection.DO_NOT_VERIFY)
1204 host_protections.Protection.DO_NOT_VERIFY)
/external/autotest/frontend/afe/
H A Drdb_model_extensions.py13 from autotest_lib.client.common_lib import host_protections namespace
196 choices=host_protections.choices,
197 default=host_protections.default)
H A Dmodels.py19 from autotest_lib.client.common_lib import enum, error, host_protections namespace
463 Protection = host_protections.Protection
497 host.protection = host_protections.Protection.DO_NOT_REPAIR
/external/autotest/cli/
H A Dhost.py28 from autotest_lib.client.common_lib import error, host_protections namespace
39 protections = host_protections.Protection.names
609 protection=host_protections.Protection.NO_PROTECTION):
624 @param protection: An enum defined in host_protections.

Completed in 206 milliseconds