Skip to content

Commit

Permalink
Adding the external kola test for luks + multipath case
Browse files Browse the repository at this point in the history
Signed-off-by: Poorna Gottimukkula <Poorna.Gottimukkula1@ibm.com>
  • Loading branch information
Poorna-Gottimukkula1 committed Aug 28, 2024
1 parent 8ee4035 commit 178e930
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/kola/root-reprovision/luks/multipath/config.ign
1 change: 1 addition & 0 deletions tests/kola/root-reprovision/luks/multipath/data
24 changes: 24 additions & 0 deletions tests/kola/root-reprovision/luks/multipath/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/bin/bash
## kola:
## # This test reprovisions the rootfs.
## tags: "reprovision"
## # This uses additionalDisks, which is QEMU only
## platforms: qemu
## # Root reprovisioning requires at least 4GiB of memory.
## minMemory: 4096
## # A TPM backend device is not available on s390x to suport TPM.
## architectures: "! s390x"
## # This test includes a lot of disk I/O and needs a higher
## # timeout value than the default.
## timeoutMin: 15
## description: Verify that LUKS on a mpath disks works.
## primaryDisk: ":mpath"
## appendKernelArgs: "rd.multipath=default"

set -xeuo pipefail

# shellcheck disable=SC1091
. "$KOLA_EXT_DATA/commonlib.sh"

# run the rest of the tests
. $KOLA_EXT_DATA/luks-test.sh

0 comments on commit 178e930

Please sign in to comment.