[roll] Roll fuchsia [ffx][test] Add an escape hatch to use run-test-suite

Adds an option to fallback to run-test-suite in case ffx test fails.
This is a contingency that allows a developer to use run-test-suite
in case device discovery with ffx fails.

Testing:
All testing done on both Linux and MacOS.
fx test fxtest
Manual verification with fx test, both with and without
--use-run-test-suite
fx test archivist-integration-tests-v2 --test-filter 'logs::attribution*’
fx test archivist-integration-tests-v2 --count 3
fx test archivist-integration-tests-v2 —parallel 1
Disable read_components_recursive_glob, then
fx test archivist-integration-tests-v2 --test-filter '*read_components_recursive_glob' --also-run-disabled-tests
fx test archivist-integration-tests-v2 --timeout 1
Modify a Rust test to use the elf runner, then test argument passing
fx test -o run-test-suite-lib-test -- output::line::test::ansi_filter_inner_partial_write

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/563145
Original-Revision: c8310aacae2e6effa561b21a1fb1f40429e6821e
GitOrigin-RevId: 13989e452958e94f50c743253d239305f530100c
Change-Id: I6d9209ed5e87e046263bac0e9bd6ead7a2766408
1 file changed
tree: d1759cbc6a49e94f830c1a4a07832df9a37d4cf2
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.