camera.DecodeAccelJPEG: update test files for Tast

This CL updates the files added in https://crrev.com/c/1672404
for the new VaapiWebPDecoder.

TEST=ran locally on a caroline board.
BUG=chromium:877694

Change-Id: I23b22a00c94b7958103662fc07935fab059d5446
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/1709947
Tested-by: Gil Dekel <gildekel@chromium.org>
Reviewed-by: Andres Calderon Jaramillo <andrescj@chromium.org>
Reviewed-by: Miguel Casas <mcasas@chromium.org>
Reviewed-by: Hidehiko Abe <hidehiko@chromium.org>
Commit-Queue: Gil Dekel <gildekel@chromium.org>
Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
(cherry picked from commit d8f33b50010032e49c0b5f422819a3dec0ca5cbb)
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/1722634
Reviewed-by: Gil Dekel <gildekel@chromium.org>
Reviewed-by: Ren-Pei Zeng <kamesan@chromium.org>
Commit-Queue: Ren-Pei Zeng <kamesan@chromium.org>
Tested-by: Ren-Pei Zeng <kamesan@chromium.org>
7 files changed
tree: 9e9614f891604e19dcb56cf8083979a0c259e528
  1. helpers/
  2. src/
  3. tools/
  4. .gitignore
  5. OWNERS
  6. PRESUBMIT.cfg
  7. README.md
README.md

Tast (tests)

This repository contains integration tests that are run by Tast.

Directory structure

  • helpers/ - Source code for binaries executed by tests.
    • local/ - Helpers for local tests that are compiled and installed to /usr/local/libexec/tast/helpers/local/cros by the tast-local-helpers-cros package.
  • src/chromiumos/tast/
    • local/ - Code related to local (i.e. on-device or “client”) tests.
      • bundles/ - Local test bundles.
        • cros/ - The “cros” local test bundle, containing standard Chrome OS tests. Tests are packaged by category.
      • ... - Packages used only by local tests.
    • remote/ - Code related to remote (i.e. off-device or “server”) tests.
      • bundles/ - Remote test bundles.
        • cros/ - The “cros” remote test bundle, containing standard Chrome OS tests. Tests are packaged by category.
      • ... - Packages used only by remote tests.

Shared code, the main tast executable, the local_test_runner and remote_test_runner executables responsible for running bundles, and documentation are located in the tast repository.

GoDoc