[roll] Roll fuchsia [ffx][testing]: better checks on test emulators

Adds macro assert_virtualization_available to check if virtualization is
avaialable on the running platform. Panics if not

Adds field emulator_allowed to the TestContext struct.

Adds new test fixture emulator_fixture, which asserts that
virtualization is available and sets the TestContext to pass to the test
to allow virtualization.

Emu's start function now checks if the passed TestContext allows
virtualization and panics if not.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/925537
Original-Revision: 84a60fee852942af320e9c0d82dc4fe6d0f5306e
GitOrigin-RevId: ebd60c76fe1495d28b5ddc539f189dd354f89aa6
Change-Id: I6ea4d2c9d2a65411269a9fb48130d815595f6a74
1 file changed
tree: fde9474707ce41ca8ab7c57f2b443015097f783a
  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.