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

  /external/autotest/frontend/migrations/
010_add_protection_to_hosts.py 9 default_protection = global_config.global_config.get_config_value( variable
10 'HOSTS', 'default_protection')
12 default_protection)
  /external/autotest/client/common_lib/
host_protections.py 29 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)

Completed in 469 milliseconds