danobi/vmtest-action
Programmatically run tests in a virtualized machine
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Name for vmtest target. | no | vmtest-action target |
| image | Path to virtual machine image. Optional field, but one of `image` or `kernel` must be specified. | no | "" |
| image_url | URL 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 | "" |
| uefi | Whether to use UEFI boot or not | no | false |
| kernel | Path to kernel. Typically named `vmlinuz` or `bzImage`. Optional field, but one of `image` and `kernel` must be specified. | no | "" |
| kernel_url | URL 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_args | Additional kernel command line arguments to append to vmtest generated kernel arguments. `kernel` must be specified for this field to be effective. | no | "" |
| command | Command 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 | — |
Outputs
no outputs