blob: a905efdb25959674b839f8ff051aa7e756d5dcb3 [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/starnix/containers/debian/meta/debian_container_for_test.shard.cml",
"//src/starnix/tests/starnix_test.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "data/tests/starnix_microbenchmarks",
environ: [ "TEST_SUITE_LABEL=fuchsia.microbenchmarks.starnix" ],
},
use: [
{
protocol: [
"fuchsia.process.Launcher",
"fuchsia.scheduler.RoleManager",
],
},
{
storage: "custom_artifacts",
rights: [ "rw*" ],
path: "/custom_artifacts",
},
],
}