[roll] Roll fuchsia [libdriver-integration-test] Remove thread and multiplexing

Make a separate async connection to the controller instead of
spawning a new thread.

This has a good chance of fixing a flake where the device was
torn down, because now the controller call is happening on the
same thread, meaning it is synchronized to the other calls in the test.

Original-Bug: 119548
Multiply: libdriver-integration-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/793082
Original-Revision: 059316e9a1d06a3dd93dc2ae882cbaccede93ca6
GitOrigin-RevId: 5a95ce78811aa3d58bfd4ea7916963dfe9c9bbc7
Change-Id: Idd484e7d310a545b64d5f7e57fcc654f5724196c
1 file changed
tree: 6181ee2a6e334940648961552144ce37ab5553c5
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.