blob: ac807daa220b98feeca301b0598b6968b4fcfd86 [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.
{
include: [ "//src/sys/test_runners/inspect/default.shard.cml" ],
program: {
accessor: "ALL",
timeout_seconds: "60",
cases: [
// kernel_debug_broker produces valid Inspect containing at least handles.
"bootstrap/kernel_debug_broker:root/handles*",
],
},
}