[roll] Roll fuchsia [swd-e2e-tests] Adapt run-emu to work with persistent emulators

This patch refactors the run-emu script into three scripts:

* `create-emu` - create a fuchsia image. Requires user to specify the
  image directory with the `--image-dir` option.
* `run-emu` - now works with persistent fuchsia images. It will create a
  fuchsia image, start an emulator, and pave the current build on the
  device. Requires the `--image-dir` option.
* `run-transient-emu` - create a temporary directory for images, then
  create and run the emulator.

Original-Fixed: 106902
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/712614
Original-Revision: 17fba9723e358fcda73e4197cc13a6b3fd578d6c
GitOrigin-RevId: 0b3e99eba48634e50f8f56d573aba95b54a8b9d5
Change-Id: Ib8ac8ee8c24e4d87ca5f9a1e664c933f0de42018
1 file changed
tree: 161c10d89956ec6a0a6ab9f6d1b69bbcc1ccefeb
  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.