Home
last modified time | relevance | path

Searched refs:ConfigWrapper (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/tests/test_utils/instrumentation/
Dconfig_wrapper_test.py20 from acts.test_utils.instrumentation.config_wrapper import ConfigWrapper
43 self.mock_config = ConfigWrapper(MOCK_CONFIG)
76 self.assertIsInstance(ret, ConfigWrapper)
104 isinstance(self.mock_config.get('inner_config'), ConfigWrapper))
Dinstrumentation_base_test_test.py20 from acts.test_utils.instrumentation.config_wrapper import ConfigWrapper
47 self._instrumentation_config = ConfigWrapper(
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/
Dconfig_wrapper.py25 class ConfigWrapper(collections.UserDict): class
38 key: (ConfigWrapper(val) if isinstance(val, dict) else val)
65 return self.get(param_name, default=ConfigWrapper())
Dinstrumentation_base_test.py23 from acts.test_utils.instrumentation.config_wrapper import ConfigWrapper
60 self._instrumentation_config = ConfigWrapper()
95 return ConfigWrapper(config_dict)
/tools/test/connectivity/acts/framework/tests/test_utils/instrumentation/power/
Dinstrumentation_power_test_test.py20 from acts.test_utils.instrumentation.config_wrapper import ConfigWrapper
51 self._instrumentation_config = ConfigWrapper()
52 self._class_config = ConfigWrapper(
63 test_config[ACCEPTANCE_THRESHOLD] = ConfigWrapper(criteria)