commit | 6ada41dec0170fb52e6b401d65219d0a865fa816 | [log] [tgz] |
---|---|---|
author | Daniel Erat <[email protected]> | Tue Dec 18 22:37:10 2018 |
committer | chrome-bot <[email protected]> | Wed Dec 19 09:12:29 2018 |
tree | e8b0b28183569613969415f9e0010f63fe798a72 | |
parent | cfa4ffaca7987424e7c96be63acba875c46a0ca6 [diff] [blame] |
tast: Add "containers" dependency. This is needed to skip the security.RunOCI test on DUTs that don't have run_oci installed. BUG=chromium:877733 TEST=none CQ-DEPEND=Icb89c58f14ef4e82734faa77381d063ddbd1741b Change-Id: I15dd377241628b51c7a182357bd676b5bbf2ee60 Reviewed-on: https://chromium-review.googlesource.com/1382621 Commit-Ready: Dan Erat <[email protected]> Tested-by: Dan Erat <[email protected]> Reviewed-by: Shuhei Takahashi <[email protected]> Reviewed-by: Hidehiko Abe <[email protected]>
diff --git a/docs/test_dependencies.md b/docs/test_dependencies.md index 2a21a48..848a675 100644 --- a/docs/test_dependencies.md +++ b/docs/test_dependencies.md
@@ -24,6 +24,8 @@ rather than Chromium. (e.g. proprietary codec like H.264) * `chrome_login` - Implies `chrome` with the further requirement that user login (i.e. using `session_manager` and `cryptohome`) is supported. +* `containers` - The ability to run code within containers. This implies the + presence of the `run_oci` program. * `cups` - CUPS daemon. * `display_backlight` - An internal display backlight. * `gpu_sandboxing` - Chrome's GPU process is [sandboxed].