Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable back LUKS tests #1300

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions containers/runner/skip-testtypes
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ fedora_skip_array=(
gh1023 # rpm-ostree failing
gh1060 # vnc tests too flaky
gh1237 # container failing
gh1250 # rpm-ostree-container-luks fails to boot
)

daily_iso_skip_array=(
Expand Down Expand Up @@ -70,7 +69,6 @@ rhel10_skip_array=(
gh1207 # packages-multilib failing
gh1213 # harddrive-iso-single failing
gh1270 # selinux-contexts failing
gh1293 # rpm-ostree-container-luks failing
)

# used in workflows/daily-boot-iso-rhel8.yml
Expand Down
4 changes: 2 additions & 2 deletions rpm-ostree-container-luks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="payload ostree bootc luks reboot skip-on-rhel-8 gh1250 gh1293"
TESTTYPE="payload ostree bootc luks reboot skip-on-rhel-8"

. ${KSTESTDIR}/functions.sh

copy_interesting_files_from_system() {
local disksdir args luks_partition root_lv
local disksdir args luks_partition root_lv
disksdir="${1}"

# Find disks.
Expand Down