diff --git a/tests/kola/boot/grub2-install b/tests/kola/boot/grub2-install index 06831c0f28..b415dae14b 100755 --- a/tests/kola/boot/grub2-install +++ b/tests/kola/boot/grub2-install @@ -3,7 +3,7 @@ ## tags: "platform-independent" ## # The test is not available for aarch64 and s390x, ## # as aarch64 is UEFI only and s390x is not using grub2 -## architectures: "!aarch64 s390x" +## architectures: "! aarch64 s390x" ## description: Verify that we install BIOS/PReP bootloader ## using grub2-install from the target system. diff --git a/tests/kola/butane/grub-users/test.sh b/tests/kola/butane/grub-users/test.sh index 551764fc58..4691bad8cc 100755 --- a/tests/kola/butane/grub-users/test.sh +++ b/tests/kola/butane/grub-users/test.sh @@ -5,7 +5,7 @@ ## distros: fcos ## # coreos-post-ignition-checks.service forbids GRUB passwords on ## # ppc64le and s390x -## architectures: "!ppc64le s390x" +## architectures: "! ppc64le s390x" ## description: Verify that setting GRUB password works. set -xeuo pipefail diff --git a/tests/kola/files/console-config b/tests/kola/files/console-config index af69ce368b..87d1fcaa67 100755 --- a/tests/kola/files/console-config +++ b/tests/kola/files/console-config @@ -4,7 +4,7 @@ ## exclusive: false ## # s390x doesn't have any configuration in platforms.yaml, so ## # platforms.json is not included in the image -## architectures: "!s390x" +## architectures: "! s390x" ## description: Verify that the kargs and grub.cfg commands specified in ## platforms.json have been properly applied to the image. diff --git a/tests/kola/networking/nic-naming b/tests/kola/networking/nic-naming index b9aad3bbb5..ccb2b83f45 100755 --- a/tests/kola/networking/nic-naming +++ b/tests/kola/networking/nic-naming @@ -1,7 +1,7 @@ #!/bin/bash ## kola: ## exclusive: false -## platforms: "!azure" +## platforms: "! azure" ## description: Verify that we detected eth* NIC naming after booted. # Disable on azure because of a limitation of the hv_netvsc driver diff --git a/tests/kola/root-reprovision/luks/autosave-xfs/test.sh b/tests/kola/root-reprovision/luks/autosave-xfs/test.sh index a24426b941..e15e82baeb 100755 --- a/tests/kola/root-reprovision/luks/autosave-xfs/test.sh +++ b/tests/kola/root-reprovision/luks/autosave-xfs/test.sh @@ -5,7 +5,7 @@ ## # Root reprovisioning requires at least 4GiB of memory. ## minMemory: 4096 ## # A TPM backend device is not available on s390x to suport TPM. -## architectures: "!s390x" +## architectures: "! s390x" ## # This test includes a lot of disk I/O and needs a higher ## # timeout value than the default. ## timeoutMin: 15 diff --git a/tests/kola/root-reprovision/luks/test.sh b/tests/kola/root-reprovision/luks/test.sh index 2cdabacb7b..3aa35a32f5 100755 --- a/tests/kola/root-reprovision/luks/test.sh +++ b/tests/kola/root-reprovision/luks/test.sh @@ -5,7 +5,7 @@ ## # Root reprovisioning requires at least 4GiB of memory. ## minMemory: 4096 ## # A TPM backend device is not available on s390x to suport TPM. -## architectures: "!s390x" +## architectures: "! s390x" ## # This test includes a lot of disk I/O and needs a higher ## # timeout value than the default. ## timeoutMin: 15 diff --git a/tests/kola/var-mount/luks/test.sh b/tests/kola/var-mount/luks/test.sh index 25a9dc7fe0..a9e61ee508 100755 --- a/tests/kola/var-mount/luks/test.sh +++ b/tests/kola/var-mount/luks/test.sh @@ -2,7 +2,7 @@ ## kola: ## # Restrict to qemu for now because the primary disk path is platform-dependent ## platforms: qemu -## architectures: "!s390x" +## architectures: "! s390x" ## description: Verify that reprovision disk with luks works. set -xeuo pipefail