mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-04 09:28:00 +02:00
The developer can re-generate .expected files with $ NM_TEST_REGENERATE=1 ./clients/tests/test-client.py Note that these files are also dist-ed, so that the tests also work from a source-tarball. For that, we need to add them to EXTRA_DIST. Previously, this was done manually in the base Makefile.am file. This was cumbersome, because when adding a new test, the developer would need to manually add the files. Now, let the test (with NM_TEST_REGENERATE=1) also generate a makefile part.
20 lines
719 B
Text
20 lines
719 B
Text
location: clients/tests/test-client.py:615:test_002()/16
|
||
cmd: $NMCLI -f AP -mode tabular -p d show wlan0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 530 bytes
|
||
>>>
|
||
===================================
|
||
Informacje o urządzeniu (wlan0)
|
||
===================================
|
||
NAME IN-USE SSID MODE CHAN RATE SIGNAL BARS SECURITY
|
||
-----------------------------------------------------------------------------------
|
||
AP[1] wlan0-ap-3 Infrastruktura 1 54 Mb/s 88 **** WPA1 WPA2
|
||
AP[2] wlan0-ap-2 Infrastruktura 1 54 Mb/s 61 *** WPA1 WPA2
|
||
AP[3] wlan0-ap-1 Infrastruktura 1 54 Mb/s 29 * WPA1 WPA2
|
||
|
||
<<<
|
||
stderr: 0 bytes
|
||
>>>
|
||
|
||
<<<
|