Commit cbd7a670 authored by rnephew's avatar rnephew Committed by Commit Bot

[Telemetry] Remove spaces from story names.

TBR: bustamante@chromium.org
Bug: 781409
Change-Id: Ie2c3eda81add06d897369933588363ebc293c4e7
Reviewed-on: https://chromium-review.googlesource.com/823178
Commit-Queue: rnephew <rnephew@chromium.org>
Reviewed-by: default avatarCharlie Andrews <charliea@chromium.org>
Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#524403}
parent 94ef1e1b
{ {
"description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.",
"archives": { "archives": {
"chrome_proxy_top_20_000.wpr": [ "chrome_proxy_top_20_000.wpr": [
"https://www.google.com/#hl=en&q=barack+obama", "https://www.google.com/#hl=en&q=barack+obama",
"http://www.youtube.com", "http://www.youtube.com",
"Wordpress", "Wordpress",
"Facebook", "Facebook",
"LinkedIn", "LinkedIn",
"Wikipedia (1 tab)", "Wikipedia_(1_tab)",
"Twitter", "Twitter",
"Pinterest", "Pinterest",
"ESPN", "ESPN",
"http://news.yahoo.com", "http://news.yahoo.com",
"http://www.cnn.com", "http://www.cnn.com",
"Weather.com", "Weather.com",
"http://www.amazon.com", "http://www.amazon.com",
"http://www.ebay.com", "http://www.ebay.com",
"http://games.yahoo.com", "http://games.yahoo.com",
"http://booking.com", "http://booking.com",
"http://answers.yahoo.com", "http://answers.yahoo.com",
"http://sports.yahoo.com/", "http://sports.yahoo.com/",
"http://techcrunch.com", "http://techcrunch.com",
"http://www.nytimes.com" "http://www.nytimes.com"
] ]
} }
} }
\ No newline at end of file
...@@ -43,7 +43,7 @@ class Top20StorySet(story.StorySet): ...@@ -43,7 +43,7 @@ class Top20StorySet(story.StorySet):
# Why: #6 (Alexa) most visited worldwide,Picked an interesting page # Why: #6 (Alexa) most visited worldwide,Picked an interesting page
self.AddStory(Top20Page('http://en.wikipedia.org/wiki/Wikipedia', self, self.AddStory(Top20Page('http://en.wikipedia.org/wiki/Wikipedia', self,
'Wikipedia (1 tab)')) 'Wikipedia_(1_tab)'))
# Why: #8 (Alexa global),Picked an interesting page # Why: #8 (Alexa global),Picked an interesting page
self.AddStory(Top20Page('https://twitter.com/katyperry', self, self.AddStory(Top20Page('https://twitter.com/katyperry', self,
......
...@@ -56,7 +56,7 @@ class SmoothnessTop25(_Smoothness): ...@@ -56,7 +56,7 @@ class SmoothnessTop25(_Smoothness):
self.DisableStory('http://www.amazon.com', self.DisableStory('http://www.amazon.com',
[story_module.expectations.ALL], [story_module.expectations.ALL],
'crbug.com/667432') 'crbug.com/667432')
self.DisableStory('Docs (1 open document tab)', self.DisableStory('Docs_(1_open_document_tab)',
[story_module.expectations.ALL_WIN], [story_module.expectations.ALL_WIN],
'crbug.com/762165') 'crbug.com/762165')
self.DisableStory('http://www.youtube.com', self.DisableStory('http://www.youtube.com',
......
...@@ -28,7 +28,7 @@ class V8DetachedContextAgeInGC(perf_benchmark.PerfBenchmark): ...@@ -28,7 +28,7 @@ class V8DetachedContextAgeInGC(perf_benchmark.PerfBenchmark):
def GetExpectations(self): def GetExpectations(self):
class StoryExpectations(story.expectations.StoryExpectations): class StoryExpectations(story.expectations.StoryExpectations):
def SetExpectations(self): def SetExpectations(self):
self.DisableStory('Docs (1 open document tab)', self.DisableStory('Docs_(1_open_document_tab)',
[story.expectations.ALL_WIN], [story.expectations.ALL_WIN],
'crbug.com/770982') 'crbug.com/770982')
return StoryExpectations() return StoryExpectations()
......
{ {
"archives": { "archives": {
"Wikipedia (1 tab)": { "Wikipedia_(1_tab)": {
"DEFAULT": "key_mobile_sites_009.wprgo" "DEFAULT": "key_mobile_sites_009.wprgo"
}, },
"Wikipedia (1 tab) - delayed scroll start": { "Wikipedia_(1_tab)-delayed_scroll_start": {
"DEFAULT": "key_mobile_sites_009.wprgo" "DEFAULT": "key_mobile_sites_009.wprgo"
}, },
"http://answers.yahoo.com/question/index?qid=20110117024343AAopj8f": { "http://answers.yahoo.com/question/index?qid=20110117024343AAopj8f": {
...@@ -153,4 +153,4 @@ ...@@ -153,4 +153,4 @@
}, },
"description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.", "description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.",
"platform_specific": true "platform_specific": true
} }
\ No newline at end of file
{ {
"archives": { "archives": {
"Docs (1 open document tab)": { "Docs_(1_open_document_tab)": {
"DEFAULT": "top_25_012.wprgo" "DEFAULT": "top_25_012.wprgo"
}, },
"ESPN": { "ESPN": {
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"Weather.com": { "Weather.com": {
"DEFAULT": "top_25_009.wprgo" "DEFAULT": "top_25_009.wprgo"
}, },
"Wikipedia (1 tab)": { "Wikipedia_(1_tab)": {
"DEFAULT": "top_25_009.wprgo" "DEFAULT": "top_25_009.wprgo"
}, },
"http://answers.yahoo.com": { "http://answers.yahoo.com": {
...@@ -105,4 +105,4 @@ ...@@ -105,4 +105,4 @@
}, },
"description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.", "description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.",
"platform_specific": true "platform_specific": true
} }
\ No newline at end of file
{ {
"archives": { "archives": {
"Docs (1 open document tab)": { "Docs_(1_open_document_tab)": {
"DEFAULT": "top_25_009.wprgo" "DEFAULT": "top_25_009.wprgo"
}, },
"Facebook": { "Facebook": {
"DEFAULT": "top_25_003.wprgo" "DEFAULT": "top_25_003.wprgo"
}, },
"Wikipedia (1 tab)": { "Wikipedia_(1_tab)": {
"DEFAULT": "top_25_004.wprgo" "DEFAULT": "top_25_004.wprgo"
}, },
"http://answers.yahoo.com": { "http://answers.yahoo.com": {
...@@ -90,4 +90,4 @@ ...@@ -90,4 +90,4 @@
}, },
"description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.", "description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.",
"platform_specific": true "platform_specific": true
} }
\ No newline at end of file
...@@ -191,13 +191,13 @@ class KeyMobileSitesSmoothPageSet(story.StorySet): ...@@ -191,13 +191,13 @@ class KeyMobileSitesSmoothPageSet(story.StorySet):
self.AddStory(KeyMobileSitesSmoothPage( self.AddStory(KeyMobileSitesSmoothPage(
url='http://en.wikipedia.org/wiki/Wikipedia', url='http://en.wikipedia.org/wiki/Wikipedia',
page_set=self, page_set=self,
name='Wikipedia (1 tab)')) name='Wikipedia_(1_tab)'))
# Why: Wikipedia page with a delayed scroll start # Why: Wikipedia page with a delayed scroll start
self.AddStory(KeyMobileSitesSmoothPage( self.AddStory(KeyMobileSitesSmoothPage(
url='http://en.wikipedia.org/wiki/Wikipedia', url='http://en.wikipedia.org/wiki/Wikipedia',
page_set=self, page_set=self,
name='Wikipedia (1 tab) - delayed scroll start', name='Wikipedia_(1_tab)-delayed_scroll_start',
action_on_load_complete=True)) action_on_load_complete=True))
# Why: #8 (Alexa global), picked an interesting page # Why: #8 (Alexa global), picked an interesting page
......
...@@ -105,7 +105,7 @@ class GoogleDocPage(TopPages): ...@@ -105,7 +105,7 @@ class GoogleDocPage(TopPages):
# pylint: disable=line-too-long # pylint: disable=line-too-long
url='https://docs.google.com/document/d/1X-IKNjtEnx-WW5JIKRLsyhz5sbsat3mfTpAPUSX3_s4/view', url='https://docs.google.com/document/d/1X-IKNjtEnx-WW5JIKRLsyhz5sbsat3mfTpAPUSX3_s4/view',
page_set=page_set, page_set=page_set,
name='Docs (1 open document tab)', name='Docs_(1_open_document_tab)',
shared_page_state_class=shared_page_state_class) shared_page_state_class=shared_page_state_class)
def RunNavigateSteps(self, action_runner): def RunNavigateSteps(self, action_runner):
...@@ -225,7 +225,7 @@ class WikipediaPage(TopPages): ...@@ -225,7 +225,7 @@ class WikipediaPage(TopPages):
shared_page_state_class=shared_page_state.SharedPageState): shared_page_state_class=shared_page_state.SharedPageState):
super(WikipediaPage, self).__init__( super(WikipediaPage, self).__init__(
url='http://en.wikipedia.org/wiki/Wikipedia', page_set=page_set, url='http://en.wikipedia.org/wiki/Wikipedia', page_set=page_set,
name='Wikipedia (1 tab)', name='Wikipedia_(1_tab)',
shared_page_state_class=shared_page_state_class) shared_page_state_class=shared_page_state_class)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment