blob: 46ab549f26fd585ba92da038c2eb7ca2521406d5 [file] [log] [blame]
// Copyright 2023 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: [
// Verify the filesystem type (which is hard-coded and stable)
"bootstrap/fshost/minfs:root/fs.info:type WHERE [a] a == 1852394785",
// Verify total bytes of filesystem is nonzero
"bootstrap/fshost/minfs:root/fs.usage:total_bytes WHERE [a] a > 0",
],
},
}