HomeSort by relevance Sort by last modified time
    Searched refs:test_path_parts (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/dashboard/dashboard/
alerts.py 185 test_path_parts = test_path.split('/')
194 'master': test_path_parts[0],
195 'bot': test_path_parts[1],
196 'testsuite': test_path_parts[2],
197 'test': '/'.join(test_path_parts[3:]),
group_report_test.py 154 test_path_parts = utils.TestPath(test_key).split('/')
155 test_suite_path = '%s/%s' % (test_path_parts[0], test_path_parts[2])
utils.py 124 test_path_parts = test_path.split('/')
126 if len(test_path_parts) != len(pattern_parts):
128 for test_path_part, pattern_part in zip(test_path_parts, pattern_parts):
stats.py 432 test_path_parts = anomaly_entity.test.flat()[1::2]
433 bot = '%s/%s' % (test_path_parts[0], test_path_parts[1])
434 suite = test_path_parts[2]
435 test = '/'.join(test_path_parts[2:])

Completed in 82 milliseconds