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