blob: 3fe346bf47e4fb9899f752f1d7a46fd888dcc729 [file] [log] [blame]
# Copyright 2022 The Fuchsia 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/autogardener",
"fuchsia/status_check",
]
def RunSteps(api):
api.autogardener.find_culprits([12345, 67890])
def GenTests(api):
yield api.status_check.test("basic")