[roll] Roll fuchsia [ffx][test] Verify structured output conforms with schema in tests

It's easy to update the format without updating the schema. This adds
a check against the schema whenever the output format is deserialized
in tests. This technically violates the locality principle outlined by
the testability rubric, since we'll be validating the 'directory' crate
using tests in 'run_test_suite', but it will help us catch in the
future if a test case in 'directory' is missing.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/610867
Original-Revision: 397a303d0087b3bcb721258c46f316e9519b9a28
GitOrigin-RevId: 28c38ef189e8f48de82b3758dc1977da9cbb141e
Change-Id: If0bb04f2e19b06e2447989e07db7260b5a188fce
1 file changed
tree: 9ca55a9feac7d363eb2abe4f8c632b4a26b94472
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. 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.