Home
last modified time | relevance | path

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

/test/vts/runners/host/
Dtest_runner.py90 test_configs = [config_parser.GetDefaultConfig(test_cls_name)]
98 test_configs = config_parser.load_test_config_file(
109 for config in test_configs:
165 def __init__(self, test_configs, run_list): argument
168 test_configs, keys.ConfigKeys.IKEY_DATA_FILE_PATH, "./")
169 self.test_configs = test_configs
170 self.testbed_configs = self.test_configs[keys.ConfigKeys.KEY_TESTBED]
176 l_path = os.path.join(self.test_configs[keys.ConfigKeys.KEY_LOG_PATH],
179 self.log_severity = self.test_configs.get(
370 def parseTestConfig(self, test_configs): argument
[all …]