def CreateStorySet(self, options): return page_sets.SystemHealthStorySet(platform=self.PLATFORM)
def CreateStorySet(self, options): return page_sets.SystemHealthStorySet(platform='mobile', case='blank')
def CreateStorySet(self, options): return page_sets.SystemHealthStorySet(platform=self.PLATFORM, take_memory_measurement=True)
def CreateStorySet(self, options): return page_sets.SystemHealthStorySet(platform='mobile', tag=story_tags.INFINITE_SCROLL)
def CreateStorySet(self, options): return page_sets.SystemHealthStorySet(platform='desktop', case='load')
def IterAllSystemHealthStories(): for s in page_sets.SystemHealthStorySet(platform='desktop'): yield s for s in page_sets.SystemHealthStorySet(platform='mobile'): if len(s.SUPPORTED_PLATFORMS) < 2: yield s