blob: 51b705a6face865d102c64f0eb1a3724f5555ff6 [file]
{
program: {
binary: "bin/launcher",
args: [
"detect",
"--check-every",
// Keep this the same as CHECK_PERIOD_SECONDS in integration_test.rs
"Seconds(5)",
"--test-only",
],
},
use: [
{ runner: "elf" },
{ protocol: "fuchsia.feedback.CrashReporter" },
{ protocol: "fuchsia.diagnostics.FeedbackArchiveAccessor" },
{ protocol: "fuchsia.logger.LogSink" },
{
directory: "config-data",
rights: [ "r*" ],
path: "/config",
},
],
}