blob: 1f19d36685c34549a8de7ba47a61473d7947e921 [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: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
binary: "driver/nodegroup_leaf.so",
bind: "meta/bind/leaf.bindbc",
service_connect_validation: "true",
default_dispatcher_opts: [ "allow_sync_calls" ],
},
use: [
{ protocol: "fuchsia.nodegroup.test.Waiter" },
{ service: "fuchsia.nodegroup.test.Service" },
],
}