blob: 9fef68c8a6f5a577c2537b2fd4262bf0e3333f53 [file] [log] [blame]
// Copyright 2021 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/storage/stress-tests/genericfs/meta/genericfs.shard.cml" ],
program: {
binary: "bin/fs_stressor",
args: [
// Ramdisk disconnection every 10 minutes
"--disconnect-secs",
"600",
// 6 hour time limit
"--time-limit-secs",
"21600",
"--target-filesystem",
"minfs",
],
},
}