Skip to content

Commit

Permalink
Merge pull request #20196 from paolostivanin/p166325
Browse files Browse the repository at this point in the history
Fix stig_remediation test
  • Loading branch information
paolostivanin authored Sep 16, 2024
2 parents 89c9971 + 2dbd887 commit 83afc42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/opensusebasetest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ sub wait_grub {
elsif (match_has_tag('encrypted-disk-password-prompt-grub') || match_has_tag('encrypted-disk-password-prompt')) {
# unlock encrypted disk before grub
unlock_bootloader;
assert_screen("grub2", timeout => ((is_pvm) ? 300 : 90));
assert_screen("grub2", timeout => ((is_pvm) ? 300 : 90)) unless check_var('STIG_REMEDIATION', '1');
}
mutex_wait 'support_server_ready' if get_var('USE_SUPPORT_SERVER');
}
Expand Down
3 changes: 1 addition & 2 deletions schedule/security/autoyast_stig_hardening.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ schedule:
- autoyast/installation
- installation/grub_test
- security/grub_auth/grub_authentication
- installation/boot_encrypt
- installation/first_boot
- security/boot_disk
- security/stig/upload_stig_logs
- security/stig/validate_stig_rules_applied_by_yast
test_data:
Expand Down

0 comments on commit 83afc42

Please sign in to comment.