Add missing machine type for QEMU2 for test

pull/13639/head
Anders F Björklund 2022-04-04 21:01:12 +02:00
parent d38789a37b
commit e894c88783
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ func TestMachineType(t *testing.T) {
None: "bare metal machine",
SSH: "bare metal machine",
KVM2: "VM",
QEMU2: "VM",
QEMU: "VM",
VirtualBox: "VM",
HyperKit: "VM",