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

  /external/autotest/client/common_lib/
global_config_unittest.py 215 """Test get_config_value_regex works."""
216 configs = self.conf.get_config_value_regex('SECTION_E', 'value_\d+',
219 configs = self.conf.get_config_value_regex('SECTION_E', 'value_.*')
222 configs = self.conf.get_config_value_regex('SECTION_E',
global_config.py 156 def get_config_value_regex(self, section, key_regex, type=str): member in class:global_config_class
site_utils.py 689 ssids = CONFIG.get_config_value_regex('CLIENT', WIRELESS_SSID_PATTERN)

Completed in 65 milliseconds