blob: e8bd846d68113658b7ed9f204dd9da3cccc4c64f [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [
"//src/sys/test_runners/rust/default.shard.cml",
"inspect/offer.shard.cml",
"sys/component/realm_builder.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/component_exit_integration_test",
},
collections: [
{
name: "test-collection-0",
durability: "transient",
},
{
name: "test-collection-1",
durability: "transient",
},
],
use: [
{
event_stream: [
"started",
"stopped",
],
from: "parent",
path: "/events/started_stopped",
scope: "#test-collection-1",
},
{
event_stream: [ "stopped" ],
from: "parent",
path: "/events/stopped",
scope: "#test-collection-0",
},
],
}