danobi/vmtest-action

Programmatically run tests in a virtualized machine

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
nameName for vmtest target.novmtest-action target
imagePath to virtual machine image. Optional field, but one of `image` or `kernel` must be specified.no""
image_urlURL to virtual machine image. Optional field, but one of `image` or `kernel` must be specified. `image` may not be specified if `image_url` is provided.no""
uefiWhether to use UEFI boot or notnofalse
kernelPath to kernel. Typically named `vmlinuz` or `bzImage`. Optional field, but one of `image` and `kernel` must be specified.no""
kernel_urlURL to kernel. Optional field, but one of `image` or `kernel` must be specified. `kernel` may not be specified if `kernel_url` is provided.no""
kernel_argsAdditional kernel command line arguments to append to vmtest generated kernel arguments. `kernel` must be specified for this field to be effective.no""
commandCommand to run inside VM. The specified command must be an absolute path. Note that the specified command is not run inside a shell by default. If you want a shell, use /bin/bash -c "$SHELL_CMD_HERE".yes

no outputs