| { | |
| include: [ | |
| "//src/sys/test_runners/rust/default.shard.cml", | |
| "syslog/client.shard.cml", | |
| ], | |
| program: { | |
| binary: "bin/archive_reader_integration_test", | |
| }, | |
| collections: [ | |
| { | |
| name: "coll", | |
| durability: "transient", | |
| }, | |
| ], | |
| use: [ | |
| { | |
| protocol: [ "fuchsia.diagnostics.ArchiveAccessor" ], | |
| }, | |
| ], | |
| offer: [ | |
| { | |
| protocol: [ "fuchsia.logger.LogSink" ], | |
| from: "parent", | |
| to: "#coll", | |
| }, | |
| ], | |
| } |