[roll] Roll fuchsia [lacewing] Create AsyncFuchsiaBaseTest and port WLAN e2e tests

This change creates an async variant of the FuchsiaBaseTest named
AsyncFuchsiaBaseTest. Every Mobly lifecycle method must be overridden as
async, e.g., `async def setup_class`. Test methods can be optionally
async.

To ensure `AsyncFuchsiaBaseTest` is close to correct, this change also
ports several tests to immediately use the new variant.

Original-Bug: 488299605
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1526096
Original-Revision: 076b69865573309ab2bc1d260a22080c699562b3
GitOrigin-RevId: 5320823ab7499036baf5abaf38da5ee9bf335edf
Change-Id: Ie3cc6b006cec05e438a652944306b76717cacf11
1 file changed
tree: 11fc3cd35dbff573fba96a5aa1972dab8c39aaf8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.