Searched refs:default_protection (Results 1 - 2 of 2) sorted by relevance

/external/autotest/client/common_lib/
H A Dhost_protections.py29 default_protection = global_config.global_config.get_config_value( variable
30 'HOSTS', 'default_protection', default=_bad_value)
31 if default_protection == _bad_value:
34 'No HOSTS.default_protection defined in global_config.ini')
36 default = Protection.get_value(default_protection)
/external/autotest/frontend/migrations/
H A D010_add_protection_to_hosts.py9 default_protection = global_config.global_config.get_config_value( variable
10 'HOSTS', 'default_protection')
12 default_protection)

Completed in 515 milliseconds