blob: c1edd4fc0ee894aefdf3ebfe853b4a03a4e4c550 [file] [log] [blame]
{
program: {
binary: "bin/deep_tree_stress_test",
},
collections: [
{
name: "children",
durability: "transient",
},
],
use: [
{ runner: "rust_test_runner" },
{ protocol: "/svc/fuchsia.logger.LogSink" },
{
protocol: "/svc/fuchsia.sys2.Realm",
from: "framework",
},
],
offer: [
{
protocol: "/svc/fuchsia.logger.LogSink",
from: "parent",
to: [ "#children" ],
},
],
expose: [
{
protocol: "/svc/fuchsia.test.Suite",
from: "self",
},
],
}