blob: 2803947b46fbb9d309f1b7f91be4c4e2fc446f19 [file] [log] [blame]
{
include: [
"//sdk/lib/diagnostics/syslog/client.shard.cml",
"//src/lib/fuchsia-component-test/meta/fuchsia_component_test.shard.cml",
"//src/sys/component_manager/testing/meta/start_component_tree.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.EventSource" ],
},
{
event: [
"destroyed",
"stopped",
],
from: "framework",
modes: [ "async" ],
},
],
offer: [
{
protocol: [ "fuchsia.process.Launcher" ],
from: "self",
to: "#test-collection",
},
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: "#test-collection",
},
],
}