Skip to content

simwifi: fixed @simwifi_nmcli_radio fails on some machines

Matej Berezny requested to merge mb/nmcli_radio_all_fix into main

Seems like some wireless network modules were not labeled as "wireless" in output of lshw -C network, thus causing @simwifi_nmcli_radio test fails. iw list looks to be more robust in this case, returning empty output in case of no wireless modules detected.

Merge request reports