| // 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/gtest/default.shard.cml", |
| "sys/testing/system-test.shard.cml", // required for accessing RootJob. |
| "syslog/client.shard.cml", |
| ], |
| program: { |
| binary: "test/debug_agent_integration_tests", |
| }, |
| use: [ |
| { |
| protocol: [ |
| "fuchsia.kernel.RootJob", |
| "fuchsia.process.Launcher", |
| ], |
| }, |
| { |
| 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_stream: [ |
| "debug_started_v2", |
| "stopped_v2", |
| ], |
| from: "parent", |
| }, |
| ], |
| } |