mirror of
https://github.com/containers/podman.git
synced 2025-05-20 08:36:23 +08:00

Podman machine list now supports a new option, --all-providers, which lists all machines from all providers. Signed-off-by: Ashley Cui <acui@redhat.com>
8 lines
115 B
Go
8 lines
115 B
Go
package e2e_test
|
|
|
|
const podmanBinary = "../../../bin/podman-remote"
|
|
|
|
func getOtherProvider() string {
|
|
return ""
|
|
}
|