OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_suite_paths
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/catapult/dashboard/dashboard/
test_owner_test.py
65
test_suite_paths
= ['ChromiumPerf/speedometer', 'ChromiumPerf/octane']
66
owners = test_owner.GetOwners(
test_suite_paths
)
72
test_suite_paths
= test_owner.GetTestSuitePaths('chris@chromium.org')
75
test_suite_paths
)
test_owner.py
152
def GetOwners(
test_suite_paths
):
156
for path in
test_suite_paths
:
164
test_suite_paths
= []
168
test_suite_paths
.append(path)
169
return sorted(
test_suite_paths
)
edit_test_owners.py
78
test_suite_paths
= test_owner.GetTestSuitePaths(owner_email)
79
for test_suite_path in sorted(
test_suite_paths
):
group_report.py
237
test_suite_paths
= {'%s/%s' % (a['master'], a['testsuite'])
239
owners = test_owner.GetOwners(
test_suite_paths
)
Completed in 126 milliseconds