-
Task
-
Resolution: Unresolved
-
Undefined
-
None
-
None
The machine type can be observed directly from the Fedora guest VM with dmidecode tool.
Example:
[root@testvmi-txhzt fedora]# dmidecode -t system | grep 440 Version: RHEL 7.6.0 PC (i440FX + PIIX, 1996)
The test would need to use Fedora instead of Guestless VM, but I think it worth it.
- vmi := libvmifact.NewGuestless() - vmi = libvmops.RunVMIAndExpectLaunch(vmi, libvmops.StartupTimeoutSecondsTiny) + vmi := libvmifact.NewFedora() + vmi = libvmops.RunVMIAndExpectLaunch(vmi, libvmops.StartupTimeoutSecondsMedium) + Expect(console.LoginToFedora(vmi)).To(Succeed())