spiegel_podman/pkg/machine/e2e
Brent Baude ebb45b5bdd machine refactoring preparations for hyperv
before we can support hyperv as a virtualization option for podman
machine, several areas in machine will require cleanup.  this is the
first pass of these changes to keep the review burden low.  changes
include:

  * convert artifact, format (image format) and compression to enums
    with string methods
  * rename Provider interface to VirtProvider
  * change Provider implementation in QEMU to QEMUVirt
  * change Provider implementation in WSL to WSLVirt

as mentioned earlier, there will be several more of these refactoring
PRs because assumptions were made about associations of platforms and
virt providers as well as compression and image formats.

Signed-off-by: Brent Baude <bbaude@redhat.com>
2023-02-20 13:43:49 -06:00
..
basic_test.go ginkgo tests: apply ginkgolinter fixes 2022-11-25 14:41:43 +01:00
config_basic_test.go enable linter for pkg/machine/e2e 2022-07-21 18:04:10 +02:00
config_info_test.go enable linter for pkg/machine/e2e 2022-07-21 18:04:10 +02:00
config_init_test.go Remove references to qcow2 2022-12-25 10:49:47 -06:00
config_inspect_test.go enable linter for pkg/machine/e2e 2022-07-21 18:04:10 +02:00
config_list_test.go enable linter for pkg/machine/e2e 2022-07-21 18:04:10 +02:00
config_os_apply_test.go Introduce podman machine os apply 2023-02-15 14:48:12 -05:00
config_rm_test.go enable linter for pkg/machine/e2e 2022-07-21 18:04:10 +02:00
config_set_test.go enable linter for pkg/machine/e2e 2022-07-21 18:04:10 +02:00
config_ssh_test.go Fix typos 2023-02-11 18:23:24 +01:00
config_start_test.go Add --quiet and --no-info flags to podman machine start 2022-11-11 16:14:20 -05:00
config_stop_test.go enable linter for pkg/machine/e2e 2022-07-21 18:04:10 +02:00
config_test.go enable linter for pkg/machine/e2e 2022-07-21 18:04:10 +02:00
info_test.go ginkgo tests: apply ginkgolinter fixes 2022-11-25 14:41:43 +01:00
init_test.go Fix typos 2023-02-11 18:23:24 +01:00
inspect_test.go ginkgo tests: apply ginkgolinter fixes 2022-11-25 14:41:43 +01:00
list_test.go ginkgo tests: apply ginkgolinter fixes 2022-11-25 14:41:43 +01:00
machine_test.go machine refactoring preparations for hyperv 2023-02-20 13:43:49 -06:00
os_test.go Introduce podman machine os apply 2023-02-15 14:48:12 -05:00
rm_test.go ginkgo tests: apply ginkgolinter fixes 2022-11-25 14:41:43 +01:00
set_test.go Fix typos 2023-02-11 18:23:24 +01:00
ssh_test.go Fix typos 2023-02-11 18:23:24 +01:00
start_test.go ginkgo tests: apply ginkgolinter fixes 2022-11-25 14:41:43 +01:00
stop_test.go ginkgo tests: apply ginkgolinter fixes 2022-11-25 14:41:43 +01:00