tast: Add "camera_720p" software dependency.
Add a dependency "camera_720p" to exclude boards that have a webcam
that doesn't support the frame size 1280x720.
BUG=chromium:894767
TEST=cros tryjob -g 1283489 -g 1282785 -g 1282638 daisy-release-tryjob
CQ-DEPEND=CL:1283489
Change-Id: Iff226f8d45f6a6590d066f66bd8519ad07a751f5
Signed-off-by: Keiichi Watanabe <[email protected]>
Reviewed-on: https://chromium-review.googlesource.com/1282785
Commit-Ready: ChromeOS CL Exonerator Bot <[email protected]>
Reviewed-by: Shuhei Takahashi <[email protected]>
diff --git a/docs/test_dependencies.md b/docs/test_dependencies.md
index 09710fe..f8f9f2c 100644
--- a/docs/test_dependencies.md
+++ b/docs/test_dependencies.md
@@ -12,6 +12,7 @@
* `audio_play` - The ability to play audio.
* `audio_record` - The ability to record audio.
* `autotest-capability:foo` - An [Autotest capability] named `foo`. See below.
+* `camera_720p` - The ability to capture video with frame size 1280x720.
* `chrome` - A Chrome process.
* `chrome_login` - Implies `chrome` with the further requirement that user
login (i.e. using `session_manager` and `cryptohome`) is supported.