blob: a0d3970de937025529dcb3903ee271345d866b48 [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/tests/integration/common/client.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/netstack_management_integration_test",
},
use: [
// NB: Basic event hookup is performed in integration common shard.
{
event: "started",
from: "framework",
},
],
}