[roll] Roll fuchsia [assembly][power] Add bootfs_test_package +example

This change introduces a new build template, fuchsia_bootfs_test_package.
This can be used to create tests that contain the correct test spec
metadata. It also makes a change to the test runner so that it can run
these bootfs based tests through the run test suite command line tool as
they are now packaged tests.

An assembly flag has been added to enable including power framework
pieces into the build.

Also adds a client shard that tests can include to bring in their common
power framework dependencies. An example test is added to demonstrate
this and ensure everything can run off of a bringup build.

run-test-suite fuchsia-boot:///bootstrap_power_system_integration_example_test_pkg#meta/bootstrap_power_system_integration_example_test.cm --realm "/bootstrap/testing:driver-system-tests"

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1108018
Original-Revision: 811e11cdff33399982720a20268405a7d5bb021d
GitOrigin-RevId: 68f6b4c963f781d7f97a1c98a89c01e724bf8bfa
Change-Id: I01199bad9fc34f016028156c25180f27bdb8057b
1 file changed
tree: 594c73d30bfee3431c13354ef3aa36cda08c4b55
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.