| // 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/fs_test/meta/fxfs_crypt_test.shard.cml", |
| "//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 |
| "--ramdisk-block-count", |
| "27136", |
| |
| // Enable debug logging for this variant |
| "-l", |
| "debug", |
| "--target-filesystem", |
| "fxfs", |
| ], |
| }, |
| } |