commit | 4eccc54d19eff9d15983ba46113aee81f4ed8b45 | [log] [tgz] |
---|---|---|
author | Hsin-Yi Wang <hsinyi@chromium.org> | Fri Mar 22 18:55:21 2024 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Mar 31 02:34:11 2024 |
tree | 53003c267ade722cdbab0d19c3b30e0631ab994e | |
parent | 1a9ca198821f1d169f6829c839ba7b550c286f52 [diff] |
hwdep: Add HasSchedRTControl for testing Preparation for testing the DL server for RT tasks. BUG=b:330912550 TEST=./fast_build.sh -T Change-Id: Ib705ad46a525b65576295e852eeb59f2cf3fd4db Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast/+/5389665 Commit-Queue: Hsin-Yi Wang <hsinyi@chromium.org> Tested-by: Hsin-Yi Wang <hsinyi@chromium.org> Reviewed-by: Terry Yan <yichiyan@google.com> Reviewed-by: Suleiman Souhlal <suleiman@google.com>
Tast is an integration-testing system for ChromeOS. Its focus is on maintainability, speed, and ease of interpreting and reproducing test results. It supports building, deploying, and running tests. It doesn't implement other functionality like managing labs of devices used for testing, scheduling tests, or storing test results.
For more information, see the list of documentation.
This repository is organized in accordance with the Go in ChromiumOS suggestions.
src/chromiumos/
cmd/local_test_runner/
- main
package for the local_test_runner
executable used to execute local test bundles on-device.cmd/remote_test_runner/
- main
package for the remote_test_runner
executable used to execute remote test bundles on the host system.cmd/tast/
- main
package for the tast
executable used to build and run tests....
- Packages used only by the tast
executable.tast/...
- Common packages shared by multiple executables.Tests are located in the tast-tests repository.
The Go gopher concept and design was originally created by Renee French and is covered by the Creative Commons Attribution 3.0 license. The Tast logo above is also covered by the Creative Commons Attribution 3.0 license.