[roll] Roll fuchsia Reland "[fshost] Add integration test for GPT"

This is a reland of commit f543f75c5f1fb6fcd6e252167543b1439dbb4762

There seems to be a race between calling GetTopologicalPath on the
GPT partition versus when the driver is loading. Thus, instead of
using open_partition from fs_management, we instead just wait for the
expected FVM partition path to show up under the GPT block device.

Original change's description:
> [fshost] Add integration test for GPT
>
> Update DiskBuilder to allow tests to optionally require the FVM to be
> inside of a GPT partition. Add test to verify fshost works correctly in
> this case.
>
> Original-Fixed: 113399
> Test: fx test fshost_integration_tests
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/762344

Test: fx test fshost_integration_tests
Multiply: fshost_integration_tests
Original-Bug: 113399
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/768342
Original-Revision: c81699f4e22f789dc469909235a4d687c41d463a
GitOrigin-RevId: eaad7f1245fae5dceed427321f259fb7eb20c9f5
Change-Id: Iccff9489276b3302f84c566f087bb541d5df878d
1 file changed
tree: 4ab5a874f0fe1b3354e768f61cc92ac4544470f3
  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.