commit | 10723cd1667762112f39c67a17fa27c89cc47a60 | [log] [tgz] |
---|---|---|
author | Jeremy Bettis <jbettis@google.com> | Thu Mar 20 14:38:54 2025 -0600 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 21 11:14:32 2025 -0700 |
tree | 04c7abdaaaa5167231e954b28942d283748d8c5b | |
parent | 2001dfe2e5c068f84e212df51e00db0eccb340bc [diff] |
Add phase attributes that don't have ec Rename firmware_ec_xxx -> firmware_xxx step 1. 1 .Add new attributes that are not named with firmware_ec. Update linter to verify that they are always used with firmware_ec, firmware_ap, or firmware_pd. BUG=b:401355112 TEST=CQ Change-Id: I32ecb80cad2804a1099214cbcdc55b796017981f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast/+/6378533 Commit-Queue: Jeremy Bettis <jbettis@chromium.org> Tested-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Seewai Fu <seewaifu@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/go.chromium.org/
tast/runner/local_test_runner/
- main
package for the local_test_runner
executable used to execute local test bundles on-device.tast/core/cmd/remote_test_runner/
- main
package for the remote_test_runner
executable used to execute remote test bundles on the host system.tast/core/cmd/tast/
- main
package for the tast
executable used to build and run tests.tast
executable.tast/core/
- 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.