[roll] Roll antlion Replace WlanDevice with SuportsWLAN protocol

Fix typing issues from using a class-inheritance based structure for
abstract WLAN devices. Replaces the abstract base class with a protocol
for more flexibility and better typing errors.

Remove the "self.dut.device" backdoor; this allowed to call the
underlying Fuchsia device directly, covering up API gaps between Fuchsia
and Android that was needed to support WLAN tests.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/863897
Original-Revision: 5b62c5f38e698bb6645bf09e7e884f26353af31b
GitOrigin-RevId: 6349f7faf3063b0fe73565e947afadc1ee724915
Change-Id: Idadc6bab0e32b06d0a48dffc3d7477de0a54044f
1 file changed
tree: 62c4d83a22cf53357b9e55641b52f4e84433bed1
  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.