blob: 28d3b73fc532fc3d5c510c265e9422f65ac625a5 [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: [
"//sdk/lib/diagnostics/syslog/client.shard.cml",
"//src/lib/fuchsia-component-test/meta/fuchsia_component_test.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
],
program: {
binary: "bin/netemul_sandbox_v2_bin_test",
},
collections: [
{
name: "netemul",
environment: "#fuchsia_component_test_env_with_registry",
durability: "transient",
},
],
use: [
{
protocol: [ "fuchsia.diagnostics.ArchiveAccessor" ],
from: "parent",
},
],
offer: [
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.process.Launcher",
],
from: "parent",
to: "#netemul",
},
],
}