blob: b82e5da586dbfb17d58641925baab7a4dfa88feb [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/lib/fs_management/client.shard.cml",
"//src/storage/testing/driver_test_realm/meta/client.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/blobfs_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",
],
},
}