Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: dashboard/dashboard/speed_releasing_test.py

Issue 2658643005: Added report URLs to the dashboard. (Closed)
Patch Set: resolving merge conficts Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dashboard/dashboard/speed_releasing.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/speed_releasing_test.py
diff --git a/dashboard/dashboard/speed_releasing_test.py b/dashboard/dashboard/speed_releasing_test.py
index 32e21feda84cb6005577e45359b874a1e7d03c3d..951aae10c59a69e64c8622c3e6068dffbb798b74 100644
--- a/dashboard/dashboard/speed_releasing_test.py
+++ b/dashboard/dashboard/speed_releasing_test.py
@@ -143,6 +143,19 @@ class SpeedReleasingTest(testing_common.TestCase):
'2.0, "my_test_suite/my_other_test": 2.0}, '
'"ChromiumPerf/win": {"my_test_suite/my_test": 2.0, '
'"my_test_suite/my_other_test": 2.0}}}', response)
+ self.assertIn('"urls": {"ChromiumPerf/linux/my_test_suite/my_other_test": '
+ '"?masters=ChromiumPerf&start_rev=1&checked=my_other_test&'
+ 'tests=my_test_suite%2Fmy_other_test&end_rev=2&bots=linux", '
+ '"ChromiumPerf/win/my_test_suite/my_other_test": '
+ '"?masters=ChromiumPerf&start_rev=1&checked=my_other_test&'
+ 'tests=my_test_suite%2Fmy_other_test&end_rev=2&bots=win", '
+ '"ChromiumPerf/linux/my_test_suite/my_test": "?masters'
+ '=ChromiumPerf&start_rev=1&checked=my_test&tests='
+ 'my_test_suite%2Fmy_test&end_rev=2&bots=linux", '
+ '"ChromiumPerf/win/my_test_suite/my_test": "?masters='
+ 'ChromiumPerf&start_rev=1&checked=my_test&tests=my_test_suite'
+ '%2Fmy_test&end_rev=2&bots=win"}',
+ response)
def testPost_InternalListPageToExternalUser(self):
self._AddTableConfigDataStore('BestTable', True)
« no previous file with comments | « dashboard/dashboard/speed_releasing.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698