blob: 4fb1198cd2e9c5ff8626991adffda4bd220a0edb [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 TestSimpleOnePageSet(story.StorySet):
def __init__(self):
super(TestSimpleOnePageSet, self).__init__(
archive_data_file='data/archive_files/test.json',
credentials_path='data/credential')