Searched refs:ExcludeTests (Results 1 – 2 of 2) sorted by relevance
/cts/tools/utils/ |
D | buildCts.py | 170 plan.ExcludeTests(package, test_list) 172 plan.ExcludeTests(package, test_list) 195 plan.ExcludeTests(package, test_list) 197 plan.ExcludeTests(package, test_list) 208 plan.ExcludeTests(package, test_list) 210 plan.ExcludeTests(package, test_list) 220 plan.ExcludeTests(package, test_list) 222 plan.ExcludeTests(package, test_list) 232 plan.ExcludeTests(package, test_list) 234 plan.ExcludeTests(package, test_list) [all …]
|
/cts/tools/utils/cts/ |
D | tools.py | 145 def ExcludeTests(self, package, test_list): member in TestPlan
|