Skip to content

Commit

Permalink
Merge pull request os-autoinst#17738 from DeepthiYV/alp_functional
Browse files Browse the repository at this point in the history
Remove cockpit_service test in ALP_Functional jobgroup
  • Loading branch information
jlausuch authored Sep 11, 2023
2 parents 19d1dbd + f693482 commit c6638e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main_micro_alp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ sub load_common_tests {
loadtest 'microos/one_line_checks';
loadtest 'microos/services_enabled';
# MicroOS -old images use wicked, but cockpit-wicked is no longer supported in TW
loadtest 'microos/cockpit_service' unless (is_microos('Tumbleweed') && is_staging) || (is_microos('Tumbleweed') && get_var('HDD_1') =~ /-old/) || !get_var('SCC_REGISTER');
loadtest 'microos/cockpit_service' unless (is_microos('Tumbleweed') && is_staging) || (is_microos('Tumbleweed') && get_var('HDD_1') =~ /-old/) || !get_var('SCC_REGISTER') || is_alp;
# Staging has no access to repos and the MicroOS-DVD does not contain ansible
# Ansible test needs Packagehub in SLE and it can't be enabled in SLEM
loadtest 'console/ansible' unless (is_staging || is_sle_micro || is_leap_micro || is_alp);
Expand Down

0 comments on commit c6638e0

Please sign in to comment.