blob: 04cd56bc788be94905f290d7bfab09f9260173fb [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: [
"//sdk/lib/inspect/client.shard.cml",
"//sdk/lib/syslog/client.shard.cml",
"sys/testing/elf_test_runner.shard.cml",
],
program: {
binary: "bin/kstress",
args: [
"-t",
"21600",
],
use_next_vdso: "true",
},
use: [
{
protocol: [
"fuchsia.kernel.InfoResource",
"fuchsia.kernel.IommuResource",
],
},
],
}