mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 16:35:45 +00: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>
7 lines
115 B
Go
7 lines
115 B
Go
package e2e_test
|
|
|
|
const podmanBinary = "../../../bin/podman-remote"
|
|
|
|
func getOtherProvider() string {
|
|
return ""
|
|
}
|