[roll] Roll fuchsia [wlan] Create core e2e test for SAR settings

This CL introduces a SAR settings test, which validates that:
1. all SAR settings can be set via the core APIs
2. the device connects to an AP
3. the SAR setting is persisted after the connection

This test is written in sync python. To facilitate that, a new sync copy
of the Core Testing base class is added. This class (and the test) make
extensive use of Honeydew to avoid code duplication.

Test: fx test sar_setting_test
Original-Bug: 463663537
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1433095
Original-Revision: 260cef01274df86355621952d9240d0d41243021
GitOrigin-RevId: 69aa0dcca74be6ea299bb265517f9609fde9d306
Change-Id: I1616ecacdebcc9594a72cd118f2d5c9c72a7d0ab
1 file changed
tree: 75db642ab734a179bcb2fbcb1cfdde280e001e7c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.