Skip to content

Commit c2d8f5d

Browse files
authored
Merge pull request os-autoinst#23683 from dzedro/poo189219
post_installation: Check for update repos only on SLE
2 parents b3568b1 + 42bcb60 commit c2d8f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/console/post_installation.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sub run {
3333
my $suffix = is_jeos ? '-base' : '';
3434
assert_script_run("rpm -ql --changelog kernel-default$suffix > /tmp/kernel_changelog.log");
3535
zypper_call("lr -u", log => 'repos_list.txt');
36-
assert_script_run('grep "ibs/SUSE:/Maintenance:" /tmp/repos_list.txt', fail_message => 'Maintenance update repos are missing') if main_common::is_updates_tests();
36+
assert_script_run('grep "ibs/SUSE:/Maintenance:" /tmp/repos_list.txt', fail_message => 'Maintenance update repos are missing') if main_common::is_updates_tests() && is_sle;
3737
upload_logs('/tmp/kernel_changelog.log');
3838
upload_logs('/tmp/repos_list.txt');
3939

0 commit comments

Comments
 (0)