[roll] Roll fuchsia [sestarnix][test] Make run_on_linux.py compatible with CI/CQ

The sestarnix userspace tests running on Linux previously relied on
hardcoded paths often relative to FUCHSIA_DIR to find:
* QEMU (and associated deps)
* the GKI kernel (and associated modules)
* the policies
* the test binaries (init, main test binaries, test subprograms, libraries)
* the expectations

This prevented the tests from running on CI/CQ bots where FUCHSIA_DIR
is not set.

This change adds host_test_data targets in BUILD.gn to package all the
dependencies into the build directory, and updates run_on_linux.py
to locate them.

Also, switch to using `test_list.json` and `files_map.json`
instead of adhoc parsing of manifests.

And because the kernel dependency is internal, disable the test
unless `enable_sestarnix_userspace_tests_on_linux` is set to true.

Original-Bug: 475790393
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1592870
Original-Revision: 6e6635f7f9d7ba0a7d5fdb7ed0c6523b94dfa3f8
GitOrigin-RevId: 17a76eb110580447ff6c729afe0caccbe4d14685
Change-Id: Ib39fc93644ddf40f76f653d2f930ee40f69ef459
1 file changed
tree: a0b7feec7a90cebf65bdb9a744b6740938b96118
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.