mirror of
https://github.com/containers/podman.git
synced 2025-11-28 17:18:58 +08:00
this pr is a follow on to #27493. it adds support for hyperv "fake" images and suggests a benefit in terms of test speed. for hyperv, we create a generic 4MB vhdx and stick it into the temp dir. this saves us from any image copy or compression. i also followed up on a few comments Paul made about using windows|unix instead of each platform. 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"
|