1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
7 from telemetry
.testing
import story_set_smoke_test
10 class StorySetUnitTest(story_set_smoke_test
.StorySetSmokeTest
):
13 story_sets_dir
= os
.path
.dirname(os
.path
.realpath(__file__
))
14 top_level_dir
= os
.path
.dirname(story_sets_dir
)
15 self
.RunSmokeTest(story_sets_dir
, top_level_dir
)