aboutsummaryrefslogtreecommitdiff
path: root/catapult/telemetry/telemetry/internal/testing/archive_files/test_simple_two_page_set.py
blob: c17c5f3f95dd1bfda022bd562513d4a45d2f4085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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')