blob: 788f2a5165697af8eadb21ead68a61ba604147cf [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: [ "//src/connectivity/network/testing/netemul/service/meta/client.shard.cml" ],
use: [
{
protocol: [
// Required for tests that read inspect data.
"fuchsia.diagnostics.ArchiveAccessor",
],
},
// Gives a test access to `stopped` events which are emitted when a component under test
// exits.
{
event_stream: "stopped",
from: "parent",
path: "/events/stopped",
},
],
}