blob: 5f40596c90d2cb5021bae76c9390c8de8cceb2ec [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",
"sys/testing/elf_test_runner.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/avcenc-bin",
args: [
"320",
"240",
"/pkg/data/blank.nv12",
"/artifacts/out.h264",
],
},
use: [
{
directory: "dev-gpu",
rights: [ "r*" ],
path: "/dev/class/gpu",
},
{
storage: "custom_artifacts",
path: "/artifacts",
},
],
}