[roll] Roll fuchsia [starnix][tests] Run reboot test in debian container

This CL migrates the reboot test to run in the debian container. To make
this work, we need to write our own client for the reboot syscall
instead of relying on one from the container.

I tried using the `/sbin/reboot` binary in the Alpine container, but
that binary just sends a signal to `init` rather than calling the reboot
syscall.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1073372
Original-Revision: 76df5aee3459d7fb8a0a5d5441863dfd9d00f188
GitOrigin-RevId: a5b97d9f629343f226d6d41d3c63f22cd2bae509
Change-Id: If9cc7c54a4757448541171e899fbb0dfe4afa15e
1 file changed
tree: 2aec0188b5fa771fa71f118a3392463470ccd72f
  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 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.