blob: 633b50f3a8ac57ce6404882abd39929ace567faf [file] [log] [blame]
{
include: [
"//src/sys/test_manager/system-test.shard.cml",
"//src/sys/test_runners/tmp_storage.shard.cml",
"inspect/client.shard.cml",
"sys/testing/elf_test_runner.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/root_job_test_runner",
args: [ "/pkg/bin/component_manager_boot_env_test" ],
},
use: [
{
protocol: [
"fidl.examples.routing.echo.Echo",
"fuchsia.boot.RootResource",
"fuchsia.io.Directory",
"fuchsia.kernel.CpuResource",
"fuchsia.kernel.DebugResource",
"fuchsia.kernel.HypervisorResource",
"fuchsia.kernel.InfoResource",
"fuchsia.kernel.IoportResource",
"fuchsia.kernel.IrqResource",
"fuchsia.kernel.MmioResource",
"fuchsia.kernel.PowerResource",
"fuchsia.kernel.RootJob",
"fuchsia.kernel.SmcResource",
"fuchsia.kernel.VmexResource",
"fuchsia.process.Launcher",
],
},
],
}