blob: 78accc76d4bc61ea03adf5e3236c9661f39ccd70 [file]
// Copyright 2024 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/expectation/meta/common.shard.cml",
"syslog/client.shard.cml",
],
children: [
{
name: "sharder",
url: "#meta/sharder.cm",
},
],
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
offer: [
{
protocol: "fuchsia.test.Suite",
from: "self",
to: "#sharder",
},
{
protocol: "fuchsia.test.Suite",
from: "#sharder",
to: "#expectation-comparer",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#expectation-comparer",
},
],
}