blob: f629c90e2723a87ff4db4ac58c66b57ace5e8e87 [file] [log] [blame]
{
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",
},
],
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
use: [
{ runner: "rust_test_runner" },
{
protocol: [
"fuchsia.logger.LogSink",
"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" ],
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}