[roll] Roll fuchsia [superproject] 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: 3278c8678b0594281a2a87292c2b821c216eac48
Roller-URL: https://ci.chromium.org/b/8778449706864127361
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/869762
Original-Revision: 09ef4c479b1de542423a57cde51f892fa56b0085
Change-Id: I7a451afa406187f0fa6c1bce0f6fc24c83366398
1 file changed
tree: 37749c514c966c0fd573604d58475d28dfd65b90
  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.