cfg2cmd tests: various typo fixes

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-12-05 12:20:54 +01:00
parent b62cf805fa
commit 375dda9457
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
# TEST: memory wih 1gb hugepages
# TEST: memory with 1gb hugepages
cores: 2
memory: 8192
name: simple

View File

@ -1,4 +1,4 @@
# TEST: memory wih 2mb hugepages
# TEST: memory with 2mb hugepages
cores: 2
memory: 8192
name: simple

View File

@ -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

View File

@ -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

View File

@ -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) {