blob: 192d66802f00d937514cd7da631a7adc0cb52e7c [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: [
// Verify the filesystem type (which is hard-coded and stable)
"bootstrap/fshost/fxfs:root/fs.info:type WHERE [a] a == 1936095334",
// Verify total bytes of filesystem is nonzero
"bootstrap/fshost/fxfs:root/fs.usage:total_bytes WHERE [a] a > 0",
],
},
}