blob: e1b293438d0e4d32c0264d700af247f02404c9ac [file] [log] [blame]
// Copyright 2023 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/connectivity/network/tests/integration/common/client.shard.cml",
"sys/testing/elf_test_runner.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/resource_usage_benchmark",
},
use: [
{
storage: "custom_artifacts",
path: "/custom_artifacts",
},
{
storage: "tmp",
path: "/tmp",
},
{
protocol: "fuchsia.net.tun.Control",
from: "#sandbox",
},
],
}