[roll] Roll fuchsia [power] Use fuchsia::test.

When run with the standard `test` macro, emitted log messages are not
visible to the output of `fx test`.

This change has the side effect of un-suppressing ERROR logs that were
already being emitted. These cause failures due to high-severity log
messages if left unhandled.

As a result:
- Some tests receive minor modifications to prevent these logs from
  occurring.
- Some tests that cover error conditions are left with `test` to
  prevent emitting these messages. (It's possible to configure a test
  to pass with ERROR logs, but this is only possible at the level of
  the entire test target.)

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1411173
Original-Revision: 809c58d03b00e3bdc0bd769aa8429843587c2a47
GitOrigin-RevId: 18f268eb32f93eee41c732f9523fad8206d98b8e
Change-Id: Iab413df9d6793491e2d400fb2422f92f72ae5e96
1 file changed
tree: a68e53829c9531954f2d4327bb1369df1853f951
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 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.