Skip to content

Commit

Permalink
Enable the new mac80211_hwsim wifi simulation test added by os-autoin…
Browse files Browse the repository at this point in the history
  • Loading branch information
okurz committed Sep 22, 2017
1 parent b6cbd7c commit a62b2ea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lib/main_common.pm
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,15 @@ sub load_extra_tests {
}

}
loadtest 'x11/yast2_lan_restart' if check_var('DISTRI', 'gnome');
# the following tests care about network and need some DE specific
# needles. For now we only have them for gnome and do not want to
# support more than just this DE. Probably for later at least the wifi
# test, checking the wifi applet, would make sense in other DEs as
# well
if (check_var('DESKTOP', 'gnome')) {
loadtest 'x11/yast2_lan_restart';
loadtest 'x11/mac80211_hwsim';
}
}
else {
loadtest "console/zypper_lr_validate";
Expand Down

0 comments on commit a62b2ea

Please sign in to comment.