blob: cda21168083d2144250dfc30934c30537a6ded75 [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_integration_test",
},
collections: [
{
name: "test-collection",
durability: "transient",
},
],
use: [
{
protocol: [ "fuchsia.sys2.Realm" ],
from: "framework",
},
{
protocol: [ "fuchsia.sys2.EventSource" ],
},
{
event: [ "stopped" ],
from: "framework",
modes: [ "async" ],
},
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: "#test-collection",
},
],
}