blob: 2f17ec2a66ee75e93c170ffabcb0424ca81a5af9 [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: [
"//src/sys/test_runners/rust/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/io1_conformance_test",
},
children: [
{
// TODO(fxbug.dev/33880): Don't hardcode the cppvfs URL here. This
// needs to work for all the different filesystem test harnesses.
name: "fs_test",
url: "fuchsia-pkg://fuchsia.com/cppvfs-io1-conformance-test#meta/cppvfs-harness.cm",
},
],
use: [
{
protocol: [
"fuchsia.process.Launcher",
"fuchsia.sys.Launcher",
],
},
{
protocol: "fuchsia.component.Realm",
from: "framework",
},
],
offer: [
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.process.Launcher",
"fuchsia.sys.Launcher",
],
from: "parent",
to: "#fs_test",
},
],
}