blob: 73fd1fc11155566c1e098d8fc279bd13b7ba3b10 [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_manager/system-test.shard.cml", // required for accessing RootJob.
"//src/sys/test_runners/gtest/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "test/debug_agent_integration_tests",
},
use: [
{
protocol: [
"fuchsia.kernel.RootJob",
"fuchsia.process.Launcher",
"fuchsia.sys2.EventSource",
],
},
{
protocol: "fuchsia.sys2.RealmExplorer",
from: "framework",
path: "/svc/fuchsia.sys2.RealmExplorer.root",
},
{
protocol: "fuchsia.sys2.RealmQuery",
from: "framework",
path: "/svc/fuchsia.sys2.RealmQuery.root",
},
{
event: [
"debug_started",
"stopped",
],
from: "framework",
},
],
}