blob: 648c30b4cf156d5a44a7afa6551b574658417101 [file] [log] [blame]
{
include: [
"sdk/lib/diagnostics/syslog/client.shard.cml",
"src/sys/test_runners/rust/default.shard.cml",
],
program: {
binary: "bin/lifecycle_timeout_integration_test",
},
collections: [
{
name: "test-collection",
durability: "transient",
},
],
capabilities: [
{ protocol: "fuchsia.process.Launcher" },
],
use: [
{
protocol: [ "fuchsia.sys2.Realm" ],
from: "framework",
},
{
protocol: [ "fuchsia.sys2.BlockingEventSource" ],
},
{
event: [
"destroyed",
"resolved",
"stopped",
],
from: "framework",
modes: ["sync"],
},
],
offer: [
{
protocol: [ "fuchsia.process.Launcher" ],
from: "self",
to: [ "#test-collection" ],
},
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: [ "#test-collection" ],
},
],
}