Searched refs:testing_common (Results 1 - 25 of 70) sorted by relevance

123

/external/chromium-trace/catapult/dashboard/dashboard/
H A Dpost_data_handler_test.py12 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'])
H A Dpost_bisect_results_test.py12 from dashboard import testing_common namespace
64 class PostBisectResultsTest(testing_common.TestCase):
72 testing_common.SetIpWhitelist([_WHITELISTED_IP])
H A Dtask_runner_test.py8 from dashboard import testing_common namespace
11 class TaskRunnerTest(testing_common.TestCase):
H A Dbad_bisect_test.py16 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)
H A Dmain_test.py11 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': {}}})
H A Dbisect_stats_test.py12 from dashboard import testing_common namespace
15 class BisectStatsTest(testing_common.TestCase):
H A Dget_logs_test.py12 from dashboard import testing_common namespace
15 class GetLogsTest(testing_common.TestCase):
H A Dshort_uri_test.py12 from dashboard import testing_common namespace
15 class ShortUriTest(testing_common.TestCase):
H A Dnamespaced_stored_object_test.py9 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)
H A Dsend_stoppage_alert_emails_test.py11 from dashboard import testing_common namespace
18 class EmailSummaryTest(testing_common.TestCase):
29 testing_common.AddTests(
36 testing_common.AddRows(test_path, {100})
H A Dset_warning_message_test.py12 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)
H A Dcan_bisect_test.py11 from dashboard import testing_common namespace
15 class CanBisectTest(testing_common.TestCase):
22 testing_common.SetIsInternalUser('internal@chromium.org', True)
H A Dfile_bug_test.py19 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
[all...]
H A Demail_sheriff_test.py14 from dashboard import testing_common namespace
24 class EmailSheriffTest(testing_common.TestCase):
30 testing_common.AddTests(
58 mock.MagicMock(return_value=testing_common.FakeResponseObject(
96 mock.MagicMock(return_value=testing_common.FakeResponseObject(
120 return_value=testing_common.FakeResponseObject(200, 'garbage')))
H A Dauto_bisect_test.py16 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
[all...]
H A Dbisect_fyi_test.py14 from dashboard import testing_common namespace
59 class BisectFYITest(testing_common.TestCase):
H A Dbuildbucket_job_status_test.py14 from dashboard import testing_common namespace
101 class BuildbucketJobStatusTest(testing_common.TestCase):
H A Dbuildbucket_job_test.py8 from dashboard import testing_common namespace
11 class BuildbucketJobTest(testing_common.TestCase):
/external/chromium-trace/catapult/dashboard/dashboard/models/
H A Dbug_label_patterns_test.py7 from dashboard import testing_common namespace
12 class BugLabelPatternsTest(testing_common.TestCase):
40 testing_common.AddTests(['M'], ['b'], {'foo': {}, 'bar': {}})
H A Dgraph_data_test.py7 from dashboard import testing_common namespace
11 class GraphDataTest(testing_common.TestCase):
H A Dalert_test.py7 from dashboard import testing_common namespace
13 class AlertTest(testing_common.TestCase):
20 testing_common.AddTests(
30 testing_common.AddTests(
H A Danomaly_config_test.py11 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': {}}})
H A Dsheriff_test.py7 from dashboard import testing_common namespace
11 class SheriffTest(testing_common.TestCase):
H A Dstoppage_alert_test.py7 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])
H A Dinternal_only_model_test.py11 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)

Completed in 215 milliseconds

123