tree: b49ba6b0daae4afbb964c9ed2f92fae77c2c81f5 [path history] [tgz]
  1. cmd/
  2. BUILD.gn
  3. config.go
  4. README.md
  5. result.go
  6. run.go
  7. run_test.go
tools/testing/batchtester/README.md

batchtester

batchtester is a tool that runs a batch of test executables in sequence, performing setup of a Fuchsia target device before running the tests if necessary.

Its primary customer is out-of-tree projects using the Bazel SDK, but it is intended to be an eventual replacement for testrunner (//tools/testing/testrunner).

batchtester is intended to amortize the cost of device setup and run on Fuchsia-managed testing machines, neither of which is possible out-of-the-box with bazel test.

Design doc: http://goto.corp.google.com/oot-infra-testing