[roll] Roll fuchsia [blackout] use dev-topological for dev capability

In fxrev.dev/722416, the dev capability got renamed to dev-topological.
This was changed for the integration tests, but not the actual tests,
which means the actual tests are attempting to route a capability that
doesn't exist.

To try to prevent a change like this from not being propagated in the
future, organize the repeated set of cml fields into a blackout shard
that is included by the tests instead of repeating ourselves.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/732602
Original-Revision: 8fdcf88555cf27b4dada16c96da2d37abac7e907
GitOrigin-RevId: caf51d75640f228bdb8b8a9c3fd3db0889d035b6
Change-Id: I37d26848341b816145377e2bfdf468e95888c2ed
1 file changed
tree: 3deb6938c41eab69fdea02b4dc964200c9e18a0c
  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.