[roll] Roll fuchsia [driver_manager] Update test fixture's StartDriver impl.

CallComponentStart has been moved to the fixture file
and renamed to DriverHostComponentStart.

In the case of a non-colocated driver using dynamic linking,
we want to call the driver host runner Start before returning
from the StartDriver function. Otherwise the driver won't
yet be started (waiting for the driver host to start),
and the returned started TestDriver will not be a valid
pointer.

Original-Bug: 355233670
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1108572
Original-Revision: c5936d20778204260eefa183ff0076cec38e16a2
GitOrigin-RevId: b718564c4dd97f006e889fe058df4b69bdf731ec
Change-Id: I50ffa25256311e534c540f8d7efc2543ec4828e8
1 file changed
tree: 7ec7236dd92330446bd26dc2a1719cca5e20e04c
  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 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.