blob: 7cb5aedcb5aa9c5454963d15b0f98010952f3f28 [file] [log] [blame]
# Copyright 2018 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.
PYTHON_VERSION_COMPATIBILITY = "PY3"
DEPS = [
"fuchsia/status_check",
"fuchsia/yaml",
"recipe_engine/path",
]
def RunSteps(api):
api.yaml.read_file(
"read test.yaml", api.path["cleanup"].join("test.yaml"), test_data={}
)
def GenTests(api):
yield api.status_check.test("basic")