blob: 9c9d7c5e86e1141a30da80293527938b4052284c [file] [view]
# fx run-zbi-test-remote
Remotely build a ZBI test, fetch and run it
```none
usage: fx run-zbi-test-remote --name NAME [--cmdline CMDLINE_ARG] HOST [DIR]
Fetch a remote ZBI test and run it locally on a device. QEMU ZBI tests are
not supported.
--name name of the ZBI test to fetch and run
--cmdline kernel command-line argument
HOST the hostname to connect to
DIR defaults to ~/fuchsia, the path to the FUCHSIA_DIR on HOST
HOST and DIR are persisted in the file //.fx-remote-config and are reused as
defaults in future invocations of any 'fx *-remote' tools.
```
[run-zbi-test-remote source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/contrib/run-zbi-test-remote)