blob: c7c987051bd2640d25e7d507b119a009dc3abc17 [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/lib/testing/expectation/meta/client.shard.cml",
"inspect/offer.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "rust_test_runner",
binary: "bin/dhcpv6_client_bin_test",
},
children: [
{
name: "netstack_debug",
url: "#meta/netstack-debug.cm",
},
],
use: [
{
protocol: [ "fuchsia.posix.socket.Provider" ],
from: "#netstack_debug",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: [ "#netstack_debug" ],
},
],
}