tast-tests: Add camera_720p dependency in video.WebRTCCamera tests

Add a dependency in video.WebRTCCamera tests to stop running these
tests on devices whose cameras don't support 1280x720 frame size.
(e.g. daisy)

BUG=chromium:894767
TEST=cros tryjob -g 1283489 -g 1282785 -g 1282638 daisy-release-tryjob
CQ-DEPEND=CL:1293252, CL:1292702

Change-Id: I6b2a32d770e7793429a714931260d426faf3d395
Signed-off-by: Keiichi Watanabe <keiichiw@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1282638
Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Reviewed-by: Dan Erat <derat@chromium.org>
(cherry picked from commit d0ea8d6f70628afc8a7ab7b161abe7fcc056c5d2)
Reviewed-on: https://chromium-review.googlesource.com/c/1293390
Reviewed-by: Shuhei Takahashi <nya@chromium.org>
2 files changed
tree: 30ec72068b9285f1d9a35b49abe63bfa2e285230
  1. src/
  2. tools/
  3. .gitignore
  4. PRESUBMIT.cfg
  5. README.md
README.md

Tast (tests)

This repository contains integration tests that are run by Tast.

Directory structure

  • 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