commit | b69f1f6b49ec6cbd4ac1eb367d48df3d9bbdd48c | [log] [tgz] |
---|---|---|
author | Hidehiko Abe <hidehiko@chromium.org> | Tue Jul 30 16:32:10 2019 |
committer | chrome-bot <chrome-bot@chromium.org> | Thu Aug 01 22:32:52 2019 |
tree | 84b6d7db62c2296890fd94a7a630f6bd5fa8f1df | |
parent | 502c22baa8fe2cfda1155c159ae81c9b3680898b [diff] |
tast: Add more Test declaration verification. - Now Desc is must field. - Desc must be a string literal. - Contacts must be an array literal of string literals. BUG=chromium:984388 TEST=Ran fast_build.sh -T. Ran the tast-lint to tast-tests *.go files. Change-Id: I40cdbb13de08f6320cb65df2f6eed7e9512c3f2d Reviewed-on: https://chromium-review.googlesource.com/1725759 Tested-by: Hidehiko Abe <hidehiko@chromium.org> Commit-Ready: Hidehiko Abe <hidehiko@chromium.org> Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org> Reviewed-by: Shuhei Takahashi <nya@chromium.org>
Tast is an integration-testing system for Chrome OS. 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.
To try it out, see the quickstart document. The overview is a good starting point for learning more about how the system is structured.
This repository is organized in accordance with the Go in Chromium OS 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.
For more information, see the list of documentation.
The tast-users mailing list is used for discussions about writing and running tests.
Please file bug reports and feature requests in the Chromium issue tracker using the Tests>Tast
component.
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.