blob: 9db8e93411693246ab975f1aa57839e68cbfca37 [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.
{
program: {
runner: "stress_test_runner",
},
collections: [
{
name: "actors",
durability: "single_run",
},
],
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
use: [
{
protocol: "fuchsia.component.Realm",
from: "framework",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}