diff --git a/pkg/machine/e2e/README.md b/pkg/machine/e2e/README.md index bf64b5c3fa..a516dfdb37 100644 --- a/pkg/machine/e2e/README.md +++ b/pkg/machine/e2e/README.md @@ -13,17 +13,20 @@ Note: you must not have any machines defined before running tests 1. Open a powershell as admin 1. $env:CONTAINERS_MACHINE_PROVIDER="hyperv" -1. $env:MACHINE_IMAGE="https://fedorapeople.org/groups/podman/testing/hyperv/fedora-coreos-38.20230830.dev.0-hyperv.x86_64.vhdx.zip" -1. `./test/tools/build/ginkgo.exe -vv --tags "remote exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper containers_image_openpgp remote" -timeout=90m --trace --no-color pkg/machine/e2e/. ` +1. `./winmake localmachine` -Note: Add `--focus-file "basic_test.go" ` to only run basic test +Note: To run specfic test files, add the test files to the end of the winmake command: + +`./winmake localmachine "basic_test.go start_test.go"` ### WSL 1. Open a powershell as a regular user 1. Build and copy win-sshproxy into bin/ -1. `./test/tools/build/ginkgo.exe -vv --tags "remote exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper containers_image_openpgp remote" -timeout=90m --trace --no-color pkg/machine/e2e/. ` +1. `./winmake localmachine` -Note: Add `--focus-file "basic_test.go" ` to only run basic test +Note: To run specfic test files, add the test files to the end of the winmake command: + +`./winmake localmachine "basic_test.go start_test.go"` ## MacOS