[roll] Roll fuchsia [virtualization][test] Fix zircon_guest tests

This fixes two issues:
    1) We are waiting for system-updater to appear in the ps output
       before running tests. This has been changed to be base-resolver
       since all we need is to be able to resolve the test components.
    2) pkg-resolver was crashing on early boot due to no cert.pem. This
       is fixed by including the root-ssl-certificates in the guest
       image.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/880985
Original-Revision: 1395e469203be124b17ff97749bd27845b0600fc
GitOrigin-RevId: dba78dc2edb373efbb18dc71407f304b8558154c
Change-Id: I945c22f20bdc9336001ca449658936a3d26bdcba
1 file changed
tree: c37a9a0eab9bc338998bb83fc99dcd6372e147a1
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.