blob: 5c8419ebbe96c0fd06c6c31a9db1ff29e4553701 [file] [log] [blame]
// Copyright 2024 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",
"//src/testing/realm_proxy/client/meta/realm_proxy.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/archivist_integration_test_cases",
},
use: [
{
protocol: [
"fuchsia.archivist.test.RealmFactory",
"fuchsia.logger.Log",
],
},
{
event_stream: "stopped",
from: "parent",
},
],
}