[roll] Roll fuchsia [ffx] Add default ssh port 8022 to ffx emu

go/ffx-set-device-decision explains why we should have a default port
set for `ffx emu` instead of always defaulting to a randomly generated
port number. This CL adds 8022 as that default value.

Additionally, while testing port-maps, we found that the short-form
port-map syntax (tcp:<host>:<guest>) was not recognized by ffx emu when
deciding if a default ssh port was needed or not. This CL adds a check
for short-form port-map entries before assigning the default or
allocating a dynamic port.

Original-Bug: 85247

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/592121
Original-Revision: 7bfc6b1d108d5bb18babd3fcb0d072909c125850
GitOrigin-RevId: a5a88b2e05b4b2bdca63a3b2e822d261dc8f6ed3
Change-Id: If85ae5b018639858e0f0b2d822fcca042fe6977e
1 file changed
tree: 8289283d70fc579a24c4376be6d498d46808c13a
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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 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.