[roll] Roll fuchsia [fxtest] Implement e2e flags

This CL adds support for E2E testing modes in which a host test
interacts with a target Fuchsia device.

Rather than relying on data passed in by the devshell scripts, this
implementation uses fx and ffx tools to populate the environment for E2E
tests.

For now this CL ensures that the FUCHSIA_TEST_OUTDIR var is set for E2E
tests and points to a temporary location. A follow-up will ensure that
this variable is set by command line flags to store the outputs of
tests in known locations.

Original-Fixed: b/295340416
Original-Fixed: b/309853397

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/909502
Original-Revision: 070e5a9f7f9dae1043c537ea2d955b95d9c5fc28
GitOrigin-RevId: c7969eb65bc6e342c2c7d229178da95204bac2ca
Change-Id: Ifce17cf700a507023daf763b2d1dfbc02758d012
1 file changed
tree: 9a40e9cea744aa928a257c4578a1069bbfcc91d3
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.