Files
prplos/.gitlab/tests/cram/nec-wx3000hp/030-wifi.t
Petr Štetiar f78b369cf0 ci: copy over files from prplOS v1.5 release
In order to have QA in place.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2024-07-11 06:00:11 +00:00

9 lines
202 B
Perl

Create R alias:
$ alias R="${CRAM_REMOTE_COMMAND:-}"
Check for correct SSID setup:
$ R "iwinfo" | awk '/wlan[0-9.]+/{printf("%s %s ",$1,$3)};/Point:/{print $3}' | grep -v 00:00:00:00:00:00
[1]