Home
last modified time | relevance | path

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

/test/vts/runners/host/
Dtest_runner.py90 test_configs = [config_parser.GetDefaultConfig(test_cls_name)]
94 baseline_config = config_parser.GetDefaultConfig(test_cls_name)
Dconfig_parser.py39 def GetDefaultConfig(test_name): function