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

When this first landed it caused the sherlock-debug builders to run out
of space. Since we don't run this test on ARM we just need to make sure
we don't include the container images on ARM either to avoid this
problem.

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/+/727317
Original-Revision: 5be23427b94ed3bf6331010ac261efcf83e690ad
GitOrigin-RevId: 78bbe14d5f2bd8a7ddce6136783433863ecfa89a
Change-Id: Icb5e6a3c2111e5201b15bacd976a413fb54a994b
1 file changed
tree: 401f89013f32202a320c0fb7846b4e0484d8d12f
  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.