[roll] Roll fuchsia [fdf] Create a quarantine node shutdown intent

This intent will put the node into a quarantine state after it fails to
start a driver, and stops+removes the failed-to-start driver.

This way disabling the driver that had failed will cause it to go
to the orphan list as part of the rebind, and then be available for new
drivers to match with.

This also makes our ffx tool print out "(quarantined)" with the driver if
the node is quarantined.

Tests: Created a new integration test, 'replacefaileddriver_test'

Original-Bug: 370048627

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1127478
Original-Revision: d05d91e92cc16851d97c310e4cf74c02a195049a
GitOrigin-RevId: 789cf0998b38553a860f3cb66dc6277c8e67b9d5
Change-Id: Id047e0de3e8f2a7f1e77143d9e3687359162476c
1 file changed
tree: 9a3e934370df270919923172c95204032b420432
  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.