[roll] Roll fuchsia [wlan][policy] Detect multiple controllers.

The existing way to check if another service holds a policy
controller is to check if the channel has been closed.  This
works on Fuchsia, but is not an option on host tools that
make use of overnet.  This change introduces a wrapper to
test the results of policy commands to check for the epitaph
that the policy layer sends.

The following tests were run to ensure that the error was is
printed when another service holds the policy controller:

Test: donut client scan
Test: donut ap stop --ssid asdf
Test: fx test donut-tests
Multiply: donut-tests
Original-Bug: 87482
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/598403
Original-Revision: 1c760b4c78677984dd071fe6e3164df2a4a504a1
GitOrigin-RevId: becf9905d4236b16cc4351d806b2d34bc1364157
Change-Id: I8af3f6cbaf8109e1aaf9e7dfa9f33b168f6201b8
1 file changed
tree: 1d17b7f5a3806a4f7f0f3650459e999ccc77890b
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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 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.