Since these are based on KVM we should display those facts too.
Thanks: Paolo Bonzini
output="$(PATH=../..:$PATH virt-what --test-root=. 2>&1)"
expected="nutanix_ahv
-redhat"
+redhat
+kvm"
if [ "$output" != "$expected" ]; then
echo "$0: test failed because output did not match expected"
fi
# Check for Nutanix AHV.
-# This is sufficiently different from KVM and has Viridian extensions,
-# so skip the KVM test.
if echo "$dmi" | grep -q 'Manufacturer: Nutanix'; then
echo nutanix_ahv
- skip_qemu_kvm=true
fi
# Check for oVirt/RHEV.