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

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

Issue 2923543002: Explicitly setting names for media story sets (Closed)
Patch Set: Explicitly setting names for media story sets Created 3 years, 6 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/mse_cases.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/tough_video_cases.py
diff --git a/tools/perf/page_sets/tough_video_cases.py b/tools/perf/page_sets/tough_video_cases.py
index b55dd50181c3387ee82558136d399cfa999ffd7a..fb487d55c91d5db0735def4df89cdfb83d2e5fc8 100644
--- a/tools/perf/page_sets/tough_video_cases.py
+++ b/tools/perf/page_sets/tough_video_cases.py
@@ -35,7 +35,7 @@ class ToughVideoCasesPage(page_module.Page):
for t in tags:
assert t in _PAGE_TAGS_LIST
super(ToughVideoCasesPage, self).__init__(
- url=url, page_set=page_set, tags=tags)
+ url=url, page_set=page_set, tags=tags, name=url.split('/')[-1])
def PlayAction(self, action_runner):
# Play the media until it has finished or it times out.
@@ -409,7 +409,8 @@ class ToughVideoCasesPageSet(story.StorySet):
"""
def __init__(self, measure_memory=False):
super(ToughVideoCasesPageSet, self).__init__(
- cloud_storage_bucket=story.PARTNER_BUCKET)
+ cloud_storage_bucket=story.PARTNER_BUCKET,
+ verify_names=True)
self.measure_memory = measure_memory
« no previous file with comments | « tools/perf/page_sets/mse_cases.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698