[roll] Roll fuchsia [virtualization] Fix termina test block device names.

We incorrectly attempt to mount /dev/vdb and /dev/vdc as the
"test_utils" and "extras" partitions respectively.

Since the tests have been written, a new block device has been added to
the base termina_guest image, bumping up our two test partitions to
/dev/vdc and /dev/vdd respectively.

Ideally, we would use disk labels to mount (avoiding having to worry
about the names "vda", "vdb", etc being shuffled), but the current
termina guest user image isn't configured to expose them in the /dev
directory.

Original-Bug: 75755
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/522903
Original-Revision: 5660ff2d837b782d33d713f709f394e549cbaaa5
GitOrigin-RevId: 87acaa9b6d9f2c471f64235fc0b9a50331b006be
Change-Id: I07d614c6a9a9ec5c699a88f4e28126ba2ee3c8cd
1 file changed
tree: 3aabea75e770747a773e3db016dc426e8d4a57ef
  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.