Skip to main content

Module executor

Module executor 

Source

Structs§

LocalExecutor
Executes commands directly on the host machine.
VmExecutor
Executes commands inside a QEMU VM via SSH.

Constants§

VM_REGISTRY_PATH
Path inside the VM where the test runner scps the registry fixtures. Set as RYRA_REGISTRY_DIR so every ryra invocation resolves the default registry to this local copy instead of cloning from GitHub.

Traits§

Executor
Abstraction over where commands run — VM (SSH) or local host.