blob: c17c5f3f95dd1bfda022bd562513d4a45d2f4085 [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from telemetry import story
class TestSimpleTwoPageSet(story.StorySet):
def __init__(self):
super(TestSimpleTwoPageSet, self).__init__(
archive_data_file='data/archive_files/test.json',
credentials_path='data/credential')