[roll] Roll fuchsia [test_pilot] add TestConfig

This CL adds TestConfig to test_pilot. TestConfig is test_pilot's
struct representation of a test configuration. It specifies properties
that test_pilot is concerned with (test binary, test args, etc) and
has a catch-all for all other test config properties.

test_pilot uses TestConfigBuilder to build test TestConfig. In future
CLs, it will use the config to run the test, invoke output processors
and deliver the test output.

Note that test_config_.rs will be renamed test_config.rs in a subsequent
CL.

Test: new unit tests

Original-Bug: 327640651
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1216528
Original-Revision: 4fe1f900e74bf22f1f5aa56ef44a0afcaa860edd
GitOrigin-RevId: 6b10f1154e2ea44969ec33363e337e57e123fd96
Change-Id: Ib0794ffa750fe7172610a2526e07b7f49d2a06c2
1 file changed
tree: 66e3245388670d7f51cc19d05f2adfbbe992be5f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.