Skip to content

Commit

Permalink
xfstests: Add suseconnect_scc step in micro tests
Browse files Browse the repository at this point in the history
Add suseconnect_scc before install xfstests to avoid missing repo and
package issue.
  • Loading branch information
SeroSun committed Mar 6, 2025
1 parent c67ecf0 commit 1f6cf4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main_micro_alp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ sub load_xfstests_tests {
if (check_var('XFSTESTS', 'installation')) {
load_boot_from_disk_tests;
loadtest 'transactional/host_config';
loadtest 'console/suseconnect_scc';
loadtest 'xfstests/install';
unless (check_var('NO_KDUMP', '1')) {
loadtest 'xfstests/enable_kdump';
Expand Down

0 comments on commit 1f6cf4c

Please sign in to comment.