[roll] Roll fuchsia [paver] Remove legacy non-storage-host test paths

Updates paversvc-test.cc to assume enable_storage_host is always true,
replacing conditional checks with assertions and removing the obsolete
non-storage-host code paths.

Orphaned helper functions in test-utils.h and test-utils.cc that were
only used by the legacy paths have been removed, including:
- CreateLegacyWithGpt
- block_interface()
- volume_interface()

Test: fx test paver-tests fastboot-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1573133
Original-Revision: d7a02398b2a635945282a598fbceb35d8fb72dd8
GitOrigin-RevId: dba8827c071740ec3e5c717e5bd35be322d7f9d7
Change-Id: Idccb4e4a8a5f52219946a6db06abffcb9d66d1f1
1 file changed
tree: 360e998ad67d3a3bcdba97ead0a818bad690a5d9
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.