| { | |
| 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", | |
| }, | |
| ], | |
| } |