[roll] Roll fuchsia [wlan] Consolidate controller registration in FuchsiaWlanBaseTest

Consolidate boilerplate controller registration and variable initialization
for access points, openwrt APs, and iperf servers into FuchsiaWlanBaseTest:
- Moved variable definitions (self.access_points, self.openwrt_aps, etc.)
  into FuchsiaWlanBaseTest.__init__.
- Relocated registration logic into FuchsiaWlanBaseTest.setup_class.
- Cleaned up all subclasses to remove redundant registration blocks
  and variable declarations.

Test: fx build succeeds.
Original-Original-Bug: 500737382
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1619634
Original-Original-Revision: f177d35095bb1b80070035f23aa2058994f8ffa2
GitOrigin-RevId: 7c34a6bab5888222854b637b100cbb806773bdd3
Change-Id: I1a97bee9fe2972f68b4dde4fa7af3f843080f660
1 file changed
tree: 05e235cb64ad9f3377fb237d9870f6be04316168
  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.