blob: 030353c41ebfcfa8605237028f2a9883979accd5 [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/storage/stress-tests/genericfs/meta/genericfs.shard.cml" ],
program: {
binary: "bin/fs_stressor",
args: [
// Ramdisk disconnection every 90 seconds
"--disconnect-secs",
"90",
// 6 hour time limit
"--time-limit-secs",
"21600",
"--target-filesystem",
"f2fs",
],
},
}