Searched refs:ExcludeTests (Results 1 – 2 of 2) sorted by relevance
/cts/tools/utils/ |
D | buildCts.py | 186 plan.ExcludeTests(package, test_list) 188 plan.ExcludeTests(package, test_list) 211 plan.ExcludeTests(package, test_list) 213 plan.ExcludeTests(package, test_list) 224 plan.ExcludeTests(package, test_list) 226 plan.ExcludeTests(package, test_list) 236 plan.ExcludeTests(package, test_list) 238 plan.ExcludeTests(package, test_list) 250 plan.ExcludeTests(package, test_list) 252 plan.ExcludeTests(package, test_list) [all …]
|
/cts/tools/utils/cts/ |
D | tools.py | 145 def ExcludeTests(self, package, test_list): member in TestPlan
|