[roll] Roll fuchsia [ffx][repository] Fix config usage and tests

This fixes a number of issues with the repo daemon service:

* Removes a repository from ffx_config when
  `RepositoryRegistry.RemoveRepository` is called.
* Removes a registration from ffx_config when
  `RepositoryRegistry.DeregisterTarget` is called.
* Refactors tests to test that a fake repository manager or rewrite engine
  actually received the expected commands.
* ffx_config is a global resource, and so multiple tests run at
  the same time can stomp on each other's feet. This changes the tests to
  use `serial_test` to make sure there's only one test running at the same
  time.
* Updates RepositoryStorageType to serialize with snake_case, to match our
  convention.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/555743
Original-Revision: 08dd35d20f08445f2cf996c662f0c301905f0d73
GitOrigin-RevId: 167aa717e75d99816f6a7fdb0d54b9c0527340c7
Change-Id: Id276351ebe4e74c7ed4ea3d1d2ed3880f7d3de9e
1 file changed
tree: f0fdad514e56bf06dbc75b1804333afde488f378
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.