Skip to content

Commit

Permalink
ci: remove unnecessary workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
jozzsi authored and LaszloGombos committed Nov 17, 2024
1 parent 8631284 commit ac9cbe0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions test/TEST-20-STORAGE/cryptroot-ask.sh

This file was deleted.

3 changes: 0 additions & 3 deletions test/TEST-20-STORAGE/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ test_setup() {

eval "$(grep -F --binary-files=text -m 1 MD_UUID "$TESTDIR"/marker.img)"
echo "$MD_UUID" > "$TESTDIR"/mduuid
echo "ARRAY /dev/md0 level=raid1 num-devices=2 UUID=$MD_UUID" > /tmp/mdadm.conf

eval "$(grep -F -a -m 1 ID_FS_UUID "$TESTDIR"/marker.img)"
echo "$ID_FS_UUID" > "$TESTDIR"/luksuuid
Expand All @@ -165,8 +164,6 @@ test_setup() {
$(if command -v mdadm > /dev/null; then echo "-a mdraid"; fi) \
$(if command -v cryptsetup > /dev/null; then echo "-a crypt"; fi) \
$(if [ "$TEST_FSTYPE" = "zfs" ]; then echo "-a zfs"; fi) \
-i "/tmp/mdadm.conf" "/etc/mdadm.conf" \
-i "./cryptroot-ask.sh" "/sbin/cryptroot-ask" \
-i "/tmp/crypttab" "/etc/crypttab" \
-i "/tmp/key" "/etc/key" \
"$TESTDIR"/initramfs.testing
Expand Down
5 changes: 0 additions & 5 deletions test/TEST-26-ENC-RAID-LVM/cryptroot-ask.sh

This file was deleted.

1 change: 0 additions & 1 deletion test/TEST-26-ENC-RAID-LVM/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ test_setup() {

test_dracut \
-a "crypt lvm mdraid" \
-i "./cryptroot-ask.sh" "/sbin/cryptroot-ask" \
-i "/tmp/crypttab" "/etc/crypttab" \
-i "/tmp/key" "/etc/key" \
"$TESTDIR"/initramfs.testing
Expand Down
5 changes: 0 additions & 5 deletions test/TEST-72-NBD/cryptroot-ask.sh

This file was deleted.

1 change: 0 additions & 1 deletion test/TEST-72-NBD/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ test_setup() {
test_dracut \
--no-hostonly --no-hostonly-cmdline \
-a "${USE_NETWORK}" \
-i "./cryptroot-ask.sh" "/sbin/cryptroot-ask" \
-i "./client.link" "/etc/systemd/network/01-client.link" \
-i "/tmp/crypttab" "/etc/crypttab" \
-i "/tmp/key" "/etc/key" \
Expand Down

0 comments on commit ac9cbe0

Please sign in to comment.