Home
last modified time | relevance | path

Searched refs:get_config_value_with_fallback (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/common_lib/
Dglobal_config_unittest.py197 val = self.conf.get_config_value_with_fallback(
201 val = self.conf.get_config_value_with_fallback(
205 val = self.conf.get_config_value_with_fallback(
211 Exception, self.conf.get_config_value_with_fallback,
Dglobal_config.py218 def get_config_value_with_fallback(self, section, key, fallback_key, member in global_config_class
/external/autotest/tko/
Ddb.py132 get_value = global_config.global_config.get_config_value_with_fallback