blob: 416e5542ea2ca5f99149056f9e9f6bc46fd194d1 [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: [
// Run a 100 operations. This should fit in the CQ/CI time limits.
"--num-operations",
"100",
// Use a smaller ramdisk for short tests
// f2fs requires a minimum of 100mb volume
"--ramdisk-block-count",
"204800",
// Enable debug logging for this variant
"-l",
"debug",
"--target-filesystem",
"f2fs",
],
},
}