Skip to content

Commit

Permalink
Move back addon_dud after license acceptance
Browse files Browse the repository at this point in the history
  • Loading branch information
jknphy committed May 10, 2019
1 parent 49b8ef8 commit 9827b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main_common.pm
Original file line number Diff line number Diff line change
Expand Up @@ -806,10 +806,10 @@ sub load_inst_tests {
loadtest "installation/dud_addon";
}
loadtest "installation/welcome";
loadtest 'installation/accept_license' if has_license_to_accept;
if (get_var('DUD_ADDONS') && is_sle('<15')) {
loadtest "installation/dud_addon";
}
loadtest 'installation/accept_license' if has_license_to_accept;
loadtest 'installation/network_configuration' if get_var('OFFLINE_SUT');
if (get_var('IBFT')) {
loadtest "installation/iscsi_configuration";
Expand Down

0 comments on commit 9827b7e

Please sign in to comment.