tast: Validate control message ordering.

Make the tast command validate the ordering of control
messages that it receives from the test executable.

BUG=chromium:778389
TEST=added unit tests

Change-Id: Ie225738896b0784d8803f742feb7fe8c0d9f918f
Reviewed-on: https://chromium-review.googlesource.com/769107
Commit-Ready: Dan Erat <derat@chromium.org>
Tested-by: Dan Erat <derat@chromium.org>
Reviewed-by: Jason Clinton <jclinton@chromium.org>
2 files changed
tree: 126efb514e4eb9577e4c274a2d3ecc7df4a6f61d
  1. docs/
  2. src/
  3. README.md
README.md

Tast

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.

Directory structure

This repository is organized in accordance with the Go in Chromium OS suggestions.

  • src/chromiumos/tast/
    • cmd/ - main package for the tast executable used to build and run tests.
      • ... - Packages used only by the tast executable.
    • common/ - Packages shared between some combination of tast/ and local/ and remote/ from the tast-tests repository.

Tests are located in the tast-tests repository.

Documentation

For more details, see the docs subdirectory.

Package documentation is available at godoc.org.