commit | d7953e107cda521b77285906d2b14496f7d9dc9f | [log] [tgz] |
---|---|---|
author | Daniel Erat <derat@chromium.org> | Sat Nov 04 00:48:45 2017 |
committer | chrome-bot <chrome-bot@chromium.org> | Tue Nov 07 07:49:03 2017 |
tree | d69ae7e48aad609c9637da805654920c4a39ecbe | |
parent | 79649c65a6a2d2dd6d2bc38a172f665aa4ad6a77 [diff] |
tast-tests: Add local/chrome/display. Add a new "display" package that can be used by local tests to interact with Chrome's chrome.system.display API. The package currently wraps only the getInfo and setDisplayProperties functions and associated objects. BUG=none TEST=verified via a test that i'm able to get info about the internal display and rotate it using setDisplayProperties Change-Id: I1558570bfea4086d9dd3466cf3dc13493d876b01 Reviewed-on: https://chromium-review.googlesource.com/753853 Commit-Ready: Dan Erat <derat@chromium.org> Tested-by: Dan Erat <derat@chromium.org> Reviewed-by: Dan Erat <derat@chromium.org>
This repository contains integration tests that are run by Tast.
src/chromiumos/tast/
local/
- main
package for the local_tests
executable containing “local” tests, i.e. ones that run on-device.tests/
- Local tests, packaged by category....
- Packages used only by local tests.remote/
- main
package for the remote_tests
executable containing “remote” tests, i.e. ones that run off-device.tests/
- Remote tests, packaged by category....
- Packages used only by remote tests.Shared code, the main tast
executable, and documentation are located in the tast repository.
Package documentation is available at godoc.org.