[roll] Roll fuchsia [audio][drivers] Refactor composite tests

Refactor `audio_driver_tests` cases to more correctly
(and completely) test Composite drivers.

The most notable change is that all Composite cases are
now moved into the AdminTest section -- none remain in
BasicTests -- because by interface definition only one
client can connect to a Composite interface at any time
which means all Composite driver interactions require
'admin' access.

These various changes prepare the way for enabling
audio_driver_tests suite on CQ testbots without AudioCore
or AudioDeviceRegistry, so that admin and position tests
can always be run.

The remaining areas of Composite that are not fully tested
are annotated with TODO comments, in admin_test.cc.

Original-Bug: 370741565

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1239048
Original-Revision: 45d7bfaeae9443d3fda1d9015ba7faea82001e33
GitOrigin-RevId: f2f967459d0125ea4ec03d3d94f8a9262d455cc7
Change-Id: Ie3537fcd15bc894f1ee9975d7f6d453bd283e23d
1 file changed
tree: 7ae72e2a197baa4b0e46440b5a5436839f7869bd
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.