[roll] Roll fuchsia [test_components] Switch host test generation tool to rust

As this tool is called for every component, switch to rust as rust
binaries have faster startup time compared to python scripts. Also fix
paths to host_test_component and test_pilot.

We will use same tool to also generate test configs.

When running ninja while switching rust with python script we save around 30 seconds when generating the scripts

Python - ~1:50 minutes, Rust - ~1:20 minutes

BUG=327640651

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1017253
Original-Revision: 81e61bb8277bc7533259e25ca2180c03b6e08695
GitOrigin-RevId: 7e92e204ddfdd3b82b31457cd471c33516c7a76f
Change-Id: I4ef484fc27aea37b4c9d290f411efe5e63be212f
1 file changed
tree: 366987dfa00279391ff300c21492c826006ef9e8
  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.