blob: ce9d1d2f74003ca63e4e203ee2958edec14f084d [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: [
// Appmgr has at least one INFO log attributed to it
"bootstrap/archivist:root/log_sources/core\\/appmgr/info:number WHERE [a] a > 0",
],
},
}