/external/chromium-trace/catapult/dashboard/dashboard/ |
post_data_handler_test.py | 12 from dashboard import testing_common namespace 23 class PostDataHandlerTest(testing_common.TestCase): 35 testing_common.SetIpWhitelist(['123.45.67.89', '98.76.54.32']) 41 testing_common.SetIpWhitelist(['123.45.67.89', '98.76.54.32'])
|
task_runner_test.py | 8 from dashboard import testing_common namespace 11 class TaskRunnerTest(testing_common.TestCase):
|
bad_bisect_test.py | 16 from dashboard import testing_common namespace 21 class BadBisectHandlerTest(testing_common.TestCase): 29 testing_common.SetSheriffDomains(['chromium.org']) 30 testing_common.SetIsInternalUser('test@chromium.com', True)
|
main_test.py | 11 from dashboard import testing_common namespace 16 class MainTest(testing_common.TestCase): 36 testing_common.AddTests(['M'], ['b'], {'t': {'foo': {}}}) 66 testing_common.AddTests(['M'], ['b'], {'t': {'foo': {}}})
|
namespaced_stored_object_test.py | 9 from dashboard import testing_common namespace 12 class NamespacedStoredObjectTest(testing_common.TestCase): 16 testing_common.SetIsInternalUser('internal@chromium.org', True) 17 testing_common.SetIsInternalUser('foo@chromium.org', False)
|
send_stoppage_alert_emails_test.py | 11 from dashboard import testing_common namespace 18 class EmailSummaryTest(testing_common.TestCase): 29 testing_common.AddTests( 36 testing_common.AddRows(test_path, {100})
|
set_warning_message_test.py | 12 from dashboard import testing_common namespace 15 class SetWarningMessageTest(testing_common.TestCase): 23 testing_common.SetIsInternalUser('internal@chromium.org', True) 24 testing_common.SetIsInternalUser('foo@chromium.org', False)
|
can_bisect_test.py | 11 from dashboard import testing_common namespace 15 class CanBisectTest(testing_common.TestCase): 22 testing_common.SetIsInternalUser('internal@chromium.org', True)
|
post_bisect_results_test.py | 12 from dashboard import testing_common namespace 64 class PostBisectResultsTest(testing_common.TestCase): 72 testing_common.SetIpWhitelist([_WHITELISTED_IP])
|
file_bug_test.py | 19 from dashboard import testing_common namespace 50 class FileBugTest(testing_common.TestCase): 56 testing_common.SetSheriffDomains(['chromium.org']) 57 testing_common.SetIsInternalUser('internal@chromium.org', True) 58 testing_common.SetIsInternalUser('foo@chromium.org', False) 76 testing_common.AddTests(['ChromiumPerf'], ['linux'], { 215 mock.MagicMock(return_value=testing_common.FakeResponseObject( 239 mock.MagicMock(return_value=testing_common.FakeResponseObject( 250 mock.MagicMock(return_value=testing_common.FakeResponseObject( 259 mock.MagicMock(return_value=testing_common.FakeResponseObject [all...] |
auto_bisect_test.py | 16 from dashboard import testing_common namespace 23 class AutoBisectTest(testing_common.TestCase): 39 testing_common.AddTests( 93 class StartNewBisectForBugTest(testing_common.TestCase): 106 testing_common.AddTests( 118 testing_common.AddTests( 133 testing_common.AddTests(['Foo'], ['bar'], {'sunspider': {'score': {}}}) 145 testing_common.AddTests( 148 testing_common.AddRows( 169 testing_common.AddTests(['V8'], ['x86'], {'v8': {'sunspider': {}}} [all...] |
bisect_fyi_test.py | 14 from dashboard import testing_common namespace 59 class BisectFYITest(testing_common.TestCase):
|
bisect_stats_test.py | 12 from dashboard import testing_common namespace 15 class BisectStatsTest(testing_common.TestCase):
|
buildbucket_job_test.py | 8 from dashboard import testing_common namespace 11 class BuildbucketJobTest(testing_common.TestCase):
|
edit_bug_labels_test.py | 13 from dashboard import testing_common namespace 18 class EditBugLabelsTest(testing_common.TestCase):
|
get_logs_test.py | 12 from dashboard import testing_common namespace 15 class GetLogsTest(testing_common.TestCase):
|
short_uri_test.py | 12 from dashboard import testing_common namespace 15 class ShortUriTest(testing_common.TestCase):
|
units_to_direction_test.py | 7 from dashboard import testing_common namespace 12 class UnitsToDirectionTest(testing_common.TestCase):
|
/external/chromium-trace/catapult/dashboard/dashboard/models/ |
graph_data_test.py | 7 from dashboard import testing_common namespace 11 class GraphDataTest(testing_common.TestCase):
|
alert_test.py | 7 from dashboard import testing_common namespace 13 class AlertTest(testing_common.TestCase): 20 testing_common.AddTests( 30 testing_common.AddTests(
|
anomaly_config_test.py | 11 from dashboard import testing_common namespace 16 class AnomalyConfigTest(testing_common.TestCase): 19 testing_common.AddTests(['M'], ['b'], {'foo': {'bar': {}}}) 47 testing_common.AddTests(['M'], ['b'], {'foo': {'bar': {}}})
|
stoppage_alert_test.py | 7 from dashboard import testing_common namespace 14 class StoppageAlertTest(testing_common.TestCase): 18 testing_common.AddTests(['M'], ['b'], {'suite': {'foo': {}}}) 23 testing_common.AddRows(test_path, {100}) 67 testing_common.AddTests(['M'], ['b'], {'suite': {t: {} for t in tests}}) 72 rows = testing_common.AddRows(path, [1]) 82 testing_common.AddTests(['M'], ['b'], {'suite': {'another': {}}}) 84 rows = testing_common.AddRows(test_path, [1])
|
bug_label_patterns_test.py | 7 from dashboard import testing_common namespace 12 class BugLabelPatternsTest(testing_common.TestCase): 40 testing_common.AddTests(['M'], ['b'], {'foo': {}, 'bar': {}})
|
internal_only_model_test.py | 11 from dashboard import testing_common namespace 30 class InternalOnlyModelTest(testing_common.TestCase): 34 testing_common.SetIsInternalUser('x@google.com', True) 35 testing_common.SetIsInternalUser('x@foo.com', False)
|
sheriff_test.py | 7 from dashboard import testing_common namespace 11 class SheriffTest(testing_common.TestCase):
|