blob: b0a49964275df85db358cbe6467e6452ac855b4e [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/sharding/meta/client_with_expectations.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "gtest_runner",
environ: [ "TEST_ON_GVISOR=fuchsia" ],
},
use: [
{
protocol: [
"fuchsia.posix.socket.packet.Provider",
"fuchsia.posix.socket.Provider",
"fuchsia.posix.socket.raw.Provider",
],
from: "#netstack",
},
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: "#netstack",
},
],
}