blob: e81bf28a7e9383541431b3ab0375cf2d029a2353 [file]
// Copyright 2021 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: [
"//sdk/lib/sys/component/realm_builder.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
"//src/sys/test_runners/tmp_storage.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/diagnostics_persistence_integration_test",
},
offer: [
{
storage: "cache",
from: "parent",
to: "#realm_builder",
},
],
}