Skip to content

Commit 178e930

Browse files
Adding the external kola test for luks + multipath case
Signed-off-by: Poorna Gottimukkula <[email protected]>
1 parent 8ee4035 commit 178e930

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../config.ign
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../data
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#!/bin/bash
2+
## kola:
3+
## # This test reprovisions the rootfs.
4+
## tags: "reprovision"
5+
## # This uses additionalDisks, which is QEMU only
6+
## platforms: qemu
7+
## # Root reprovisioning requires at least 4GiB of memory.
8+
## minMemory: 4096
9+
## # A TPM backend device is not available on s390x to suport TPM.
10+
## architectures: "! s390x"
11+
## # This test includes a lot of disk I/O and needs a higher
12+
## # timeout value than the default.
13+
## timeoutMin: 15
14+
## description: Verify that LUKS on a mpath disks works.
15+
## primaryDisk: ":mpath"
16+
## appendKernelArgs: "rd.multipath=default"
17+
18+
set -xeuo pipefail
19+
20+
# shellcheck disable=SC1091
21+
. "$KOLA_EXT_DATA/commonlib.sh"
22+
23+
# run the rest of the tests
24+
. $KOLA_EXT_DATA/luks-test.sh

0 commit comments

Comments
 (0)