[roll] Roll fuchsia [time][test] Add a realm proxy implementation

The realm proxy instantiates a test realm for Timekeeper,
almost identical to that constructed in timekeeper_integration,
except the API boundary is not rust code, but rather FIDL.

This will allow us to swap different flavors of identical tests
in and out at will.

While this commit is a small milestone, I expect that there
will be further changes in this code, once I get a better
idea what is needed for integration testing.

Original-Bug: b/306024715
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/939980
Original-Revision: f856a23b067b62d8ae5898cc383145f54a910db7
GitOrigin-RevId: 3cfc5572e5f1308755664e8a5cb691431d050d48
Change-Id: I084fcc047f3615fb9c590468ac22cbe9d3daffc2
1 file changed
tree: aed2b36188c6f0a46549fe0075d64cf7018e086f
  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.