blob: 70d3012646b0209a342dce66f3bb6bff265b3d36 [file] [log] [blame]
{
include: [
"sdk/lib/diagnostics/syslog/client.shard.cml",
"src/sys/test_runners/rust/default.shard.cml",
],
program: {
binary: "bin/io1_conformance_test",
},
children: [
{
// TODO(fxbug.dev/33880): Don't hardcode the rustvfs URL here. This
// needs to work for all the different filesystem test harnesses.
name: "fs_test",
url: "fuchsia-pkg://fuchsia.com/rustvfs-io1-conformance-test#meta/rustvfs-harness.cm",
},
],
use: [
{
protocol: [
"fuchsia.process.Launcher",
"fuchsia.sys.Launcher",
],
},
{
protocol: "fuchsia.sys2.Realm",
from: "framework",
},
],
offer: [
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.process.Launcher",
"fuchsia.sys.Launcher",
],
from: "parent",
to: [ "#fs_test" ],
},
],
}