blob: ab6ca9401c8b3047f38be27dd3b4d4ef64c7c0da [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.
DEPS = [
"fuchsia/autogardener",
"fuchsia/status_check",
]
def RunSteps(api):
api.autogardener.find_culprits([12345, 67890])
def GenTests(api):
yield api.status_check.test("basic")