[roll] Roll fuchsia [run-test-suite] Tests invoke public method

Currently, run_tests is an internal method that doesn't report the
result of the overall test run. Instead, the public method
run_tests_and_get_outcome handles reporting. This separation helps
slightly in that the reporting methods are always called, even if
running tests fails for some reason.
This updates tests to call run_tests_and_get_outcome so that the test
run results are also recorded.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/636808
Original-Revision: a0787cb7e4ef53af55e14f4e2f3b79d1f49b6ea1
GitOrigin-RevId: 7deed13d9f73b8628050e52c555c434c383c6d6b
Change-Id: I83517f259b80ea4ec055d00c9935ad89adbbef10
1 file changed
tree: dc5a016c816c5de29df0d6abcc0fc3936c48858a
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.