Searched refs:host_protections (Results 1 - 12 of 12) 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
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)
H A Dmonitor_db_cleanup.py12 from autotest_lib.client.common_lib import host_protections namespace
202 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
617 queue_entry.host.protection = host_protections.Protection.DO_NOT_VERIFY
666 host.protection = host_protections.Protection.DO_NOT_VERIFY
H A Dscheduler_models.py23 from autotest_lib.client.common_lib import global_config, host_protections namespace
1300 host_protections.Protection.DO_NOT_VERIFY)
1312 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 Dresources.py6 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(
H A Dresources_test.py11 from autotest_lib.client.common_lib import host_protections namespace
H A Dmodels.py19 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
/external/autotest/cli/
H A Dsite_host.py12 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.
H A Dhost.py26 from autotest_lib.client.common_lib import host_protections namespace
36 protections = host_protections.Protection.names

Completed in 159 milliseconds