mirror of
https://github.com/containers/podman.git
synced 2025-11-28 17:18:58 +08:00
Add the ability for users to override the default provider when creating mahcines. The new flag is `--provider` and allows you to specifiy a valid vmtype for the platform. This PR also removes the previous list test where we tested listing all providers. I added a PR for testing --provider which includes a standard `machine ls` which defaults now to showing all providers. Signed-off-by: Brent Baude <bbaude@redhat.com>
4 lines
68 B
Go
4 lines
68 B
Go
package e2e_test
|
|
|
|
const podmanBinary = "../../../bin/podman-remote"
|