mirror of
https://github.com/containers/podman.git
synced 2025-06-28 06:18:57 +08:00
fixes for pkg/machine/e2e on hyperv
some problems were found in machine tests on hyperv. in the case of rootful, it is currently not implemented. an issue #20092 has been created for that problem. there also seems to be a timezone issue between ignition and fcos right now. inquiries are in for that but no issue generated for that. this problem is not exclusive to hyperv by any means. both of the above have been skipped or commented out. otherwise, this fixes machine state reporting for consistency. Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -46,7 +46,9 @@ const (
|
||||
// Stopped indicates the vm has stopped.
|
||||
Stopped Status = "stopped"
|
||||
// Starting indicated the vm is in the process of starting
|
||||
Starting Status = "starting"
|
||||
Starting Status = "starting"
|
||||
// Unknown means the state is not known
|
||||
Unknown Status = "unknown"
|
||||
DefaultMachineName string = "podman-machine-default"
|
||||
apiUpTimeout = 20 * time.Second
|
||||
)
|
||||
|
Reference in New Issue
Block a user