OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_owner
(Results
1 - 6
of
6
) sorted by null
/external/chromium-trace/catapult/dashboard/dashboard/
test_owner_test.py
8
from dashboard import
test_owner
30
"""Test case for some functions in
test_owner
."""
33
test_owner
.AddOwner('ChromiumPerf/speedometer', 'chris@google.com')
34
test_owner
.AddOwner('ChromiumPerf/speedometer', 'chris@chromium.org')
35
test_owner
.AddOwner('ChromiumPerf/octane', 'chris@chromium.org')
36
owner_dict = layered_cache.GetExternal(
test_owner
._MASTER_OWNER_CACHE_KEY)
40
layered_cache.SetExternal(
test_owner
._MASTER_OWNER_CACHE_KEY,
42
test_owner
.RemoveOwner('ChromiumPerf/speedometer', 'chris@google.com')
43
test_owner
.RemoveOwner('ChromiumPerf/speedometer', 'chris@chromium.org')
44
test_owner
.RemoveOwner('ChromiumPerf/octane', 'chris@chromium.org'
[
all
...]
edit_test_owners.py
12
from dashboard import
test_owner
61
test_owner
.ValidateTestSuitePath(test_suite_path)
62
test_owner
.ValidateOwnerEmail(owner_email)
68
test_owner
.AddOwner(test_suite_path, owner_email)
70
test_owner
.RemoveOwner(test_suite_path, owner_email)
78
test_suite_paths =
test_owner
.GetTestSuitePaths(owner_email)
87
owner_dict =
test_owner
.GetMasterCachedOwner()
edit_test_owners_test.py
14
from dashboard import
test_owner
37
layered_cache.SetExternal(
test_owner
._MASTER_OWNER_CACHE_KEY,
42
layered_cache.SetExternal(
test_owner
._MASTER_OWNER_CACHE_KEY,
88
owner_dict = layered_cache.GetExternal(
test_owner
._MASTER_OWNER_CACHE_KEY)
97
owner_dict = layered_cache.GetExternal(
test_owner
._MASTER_OWNER_CACHE_KEY)
111
owner_dict = layered_cache.GetExternal(
test_owner
._MASTER_OWNER_CACHE_KEY)
121
owner_dict = layered_cache.GetExternal(
test_owner
._MASTER_OWNER_CACHE_KEY)
131
owner_dict = layered_cache.GetExternal(
test_owner
._MASTER_OWNER_CACHE_KEY)
send_stoppage_alert_emails.py
13
from dashboard import
test_owner
162
test_owners =
test_owner
.GetOwners([SuitePath(a) for a in stoppage_alerts])
group_report.py
15
from dashboard import
test_owner
239
owners =
test_owner
.GetOwners(test_suite_paths)
group_report_test.py
13
from dashboard import
test_owner
156
test_owner
.AddOwnerFromDict({test_suite_path: ['foo@bar.com']})
Completed in 480 milliseconds