blob: 1c80f20f2485be53227a8dd3d93aa5c9e4f22513 [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: [
// diagnostics-kcounter produces valid Inspect containing at least handles.
"core/diagnostics-kcounter:root/handles*",
],
},
}