blob: 32af45bdbf8e3af9674e545f4da02e99da58c3f0 [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.page.page_set import PageSet
class TestSimpleOnePageSet(PageSet):
def __init__(self):
super(TestSimpleOnePageSet, self).__init__(
archive_data_file='data/test.json',
credentials_path='data/credential',
user_agent_type='desktop')