[roll] Roll fuchsia [batchtester] Add prototype

Initial version of the `batchtester` tool as described in
http://go/oot-infra-testing. It will be distributed to out-of-tree
SDK-based repositories to run host and target tests in CI/CQ.

Features:
1. Runs test executables defined in the input manifest, which uses the
   same schema as sdk-integration's run_test_group.py.
2. Produces a nonzero retcode if any test fails.

Missing features:
1. Device setup (only host tests are supported for now)
2. ResultDB uploads
3. Parsing test cases
4. Test retries & re-running.

Original-Bug: 106189
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/738706
Original-Revision: 3fb05b3235c60719e04933375f2d8aca49262dec
GitOrigin-RevId: 49b48773446feb1ffbf007eedcb9ed512ac82524
Change-Id: Ifd93b998e91f9ef2c208faef6ab17d28eba6a09b
1 file changed
tree: 069e3e1ff5e7e30b8f58a152d2bbe2f8ddc391e9
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.