[roll] Roll fuchsia [virtualization] Add integration test for container startup.

Add a new type of enclosed guest: 'TerminaContainerEnclosedGuest'. This
extends the existing TerminaEnclosedGuest to complete the container
startup. Container images are pulled from a local file on a virtio-block
device instead of the internet.

In terms of performance, running the container startup takes ~1 minute
to complete so test that use the Termina container will be implicitly
longer. For now we just have a simple test to verify that the container
has successfully been created.

Original-Bug: 109706
Multiply: termina_container_tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/720351
Original-Revision: 6ad623580dcb0ca70ed2aca1ed300546febf7c07
GitOrigin-RevId: dba60c96d54c9e061ff75ba79858972442db6870
Change-Id: Icd2145e1e8220b4d0c1e559bf014e5f22fdcf399
1 file changed
tree: e8a75c0630f48dd50b9c60fdd3ababe66b44f779
  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.