blob: 293d4bad767bd32c4f716f67bc82e6a584b01fd5 [file] [log] [blame]
{
include: [
"//src/lib/fuchsia-component-test/meta/fuchsia_component_test.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/archivist_integration_tests",
},
use: [
{
directory: "hub",
from: "framework",
rights: [ "r*" ],
path: "/hub",
},
{ protocol: "fuchsia.sys2.EventSource" },
{
event: "stopped",
from: "framework",
},
],
offer: [
{
directory: "config-data",
from: "parent",
to: [ "#fuchsia_component_test_collection" ],
rights: [ "r*" ],
subdir: "archivist",
},
{
event: "capability_requested",
from: "framework",
to: "#fuchsia_component_test_collection",
filter: { name: "fuchsia.logger.LogSink" },
},
{
event: "stopped",
from: "framework",
to: "#fuchsia_component_test_collection",
},
{
event: "started",
from: "framework",
to: "#fuchsia_component_test_collection",
},
{
event: "running",
from: "framework",
to: "#fuchsia_component_test_collection",
},
],
}