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

Unified Diff: tools/perf/page_sets/webrtc_cases.py

Issue 2911663003: Verify story names for story sets with explicitly set names. (Closed)
Patch Set: Created 3 years, 7 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 | « tools/perf/page_sets/trivial_sites.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/webrtc_cases.py
diff --git a/tools/perf/page_sets/webrtc_cases.py b/tools/perf/page_sets/webrtc_cases.py
index 62bc5b2004b70c67f279d72e57fa562cd510cdf0..428575f4da5859c7d4f6cd25119b705749ba2b6f 100644
--- a/tools/perf/page_sets/webrtc_cases.py
+++ b/tools/perf/page_sets/webrtc_cases.py
@@ -122,7 +122,8 @@ class MultiplePeerConnections(WebrtcPage):
class WebrtcPageSet(story.StorySet):
def __init__(self):
super(WebrtcPageSet, self).__init__(
- cloud_storage_bucket=story.PUBLIC_BUCKET)
+ cloud_storage_bucket=story.PUBLIC_BUCKET,
+ verify_names=True)
self.AddStory(GetUserMedia(self, tags=['getusermedia']))
# TODO(ehmaldonado): Re-enable once http://crbug.com/725502 is fixed.
« no previous file with comments | « tools/perf/page_sets/trivial_sites.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698