blob: 8beee968438fc378edea95cf33a64a023dd5e2c8 [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: [
// TODO(https://fxbug.dev/77954): when the unnecessary transitive
// dependency on the inspect runtime is gone, remove the inspect client
// shard.
"//sdk/lib/diagnostics/inspect/client.shard.cml",
"//sdk/lib/diagnostics/syslog/client.shard.cml",
"//src/connectivity/network/testing/netemul-v2/service/meta/client.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
],
program: {
binary: "bin/netstack_inspect_integration_test",
},
use: [
{
protocol: [ "fuchsia.diagnostics.ArchiveAccessor" ],
from: "parent",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}