[roll] Roll fuchsia [recovery-ota] Add FactoryReset screen and testing

Fixes a bug where the FactoryResetAction does not detect errors from the
factory reset server. FactoryReset uses zx_status error codes, so only
ZX_OK is a valid non-failure result.

Add confirm screen for FactoryReset.
Add negative test case to check error codes.

Test: fx test -s 5 recovery-util-test ota_lib_unittests ota_unittests
system_recovery_tests recovery_integration_test ota_integration_test
with ui-v2 enabled
Original-Bug: b/260797450

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