mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-17 20:17:36 +00:00
cfg2cmd tests: various typo fixes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b62cf805fa
commit
375dda9457
@ -1,4 +1,4 @@
|
||||
# TEST: test CPU type depreacation for Icelake-Client (never existed in the wild)
|
||||
# TEST: test CPU type deprecation for Icelake-Client (never existed in the wild)
|
||||
bootdisk: scsi0
|
||||
cores: 2
|
||||
cpu: Icelake-Client
|
||||
|
@ -1,4 +1,4 @@
|
||||
# TEST: memory wih 1gb hugepages
|
||||
# TEST: memory with 1gb hugepages
|
||||
cores: 2
|
||||
memory: 8192
|
||||
name: simple
|
||||
|
@ -1,4 +1,4 @@
|
||||
# TEST: memory wih 2mb hugepages
|
||||
# TEST: memory with 2mb hugepages
|
||||
cores: 2
|
||||
memory: 8192
|
||||
name: simple
|
||||
|
@ -1,4 +1,4 @@
|
||||
# TEST: newer machine verison than QEMU version installed on node
|
||||
# TEST: newer machine version than QEMU version installed on node
|
||||
# QEMU_VERSION: 9.0.0
|
||||
# EXPECT_ERROR: Installed QEMU version '9.0.0' is too old to run machine type 'pc-q35-42.9+pve0', please upgrade node 'localhost'
|
||||
smbios1: uuid=6cf17dc3-8341-4ecc-aebd-7503f2583fb3
|
||||
|
@ -1,4 +1,4 @@
|
||||
# TEST: newer machine verison than QEMU version installed on node
|
||||
# TEST: newer machine version than QEMU version installed on node
|
||||
# QEMU_VERSION: 9.0.0
|
||||
# EXPECT_ERROR: Installed qemu-server (max feature level for 9.0 is pve0) is too old to run machine type 'pc-q35-9.0+pve77', please upgrade node 'localhost'
|
||||
smbios1: uuid=6cf17dc3-8341-4ecc-aebd-7503f2583fb3
|
||||
|
@ -508,7 +508,7 @@ sub do_test($) {
|
||||
}
|
||||
}
|
||||
|
||||
print "testing config to command stabillity\n";
|
||||
print "testing config to command stability\n";
|
||||
|
||||
# exec tests
|
||||
if (my $file = shift) {
|
||||
|
Loading…
Reference in New Issue
Block a user