diff options
-rwxr-xr-x | bin/wifi_client_test.py (renamed from bin/wifi_client_test) | 2 | ||||
-rw-r--r-- | units/wireless/wireless-connection-manual.pxu | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/bin/wifi_client_test b/bin/wifi_client_test.py index 6868847..2f17974 100755 --- a/bin/wifi_client_test +++ b/bin/wifi_client_test.py @@ -8,7 +8,7 @@ """ This script will run wireless network test automatically. -To see how to use, please run "./wifi_client_test --help" +To see how to use, please run "./wifi_client_test.py --help" """ import argparse import os diff --git a/units/wireless/wireless-connection-manual.pxu b/units/wireless/wireless-connection-manual.pxu index 7ffd6bb..7eb06cb 100644 --- a/units/wireless/wireless-connection-manual.pxu +++ b/units/wireless/wireless-connection-manual.pxu @@ -12,7 +12,7 @@ _steps: _verification: If there's "Connection test passed" message in result, mark the test as passed. plugin: user-interact -command: wifi_client_test -i {interface} -s "$OPEN_AX_SSID" +command: wifi_client_test.py -i {interface} -s "$OPEN_AX_SSID" environ: OPEN_AX_SSID user: root category_id: com.canonical.plainbox::wireless @@ -33,7 +33,7 @@ _steps: _verification: If there's "Connection test passed" message in result, mark the test as passed. plugin: user-interact -command: wifi_client_test -i {interface} -s "$OPEN_AC_SSID" +command: wifi_client_test.py -i {interface} -s "$OPEN_AC_SSID" environ: OPEN_AC_SSID user: root category_id: com.canonical.plainbox::wireless @@ -54,7 +54,7 @@ _steps: _verification: If there's "Connection test passed" message in result, mark the test as passed. plugin: user-interact -command: wifi_client_test -i {interface} -s "$OPEN_BG_SSID" +command: wifi_client_test.py -i {interface} -s "$OPEN_BG_SSID" environ: OPEN_BG_SSID user: root category_id: com.canonical.plainbox::wireless @@ -75,7 +75,7 @@ _steps: _verification: If there's "Connection test passed" message in result, mark the test as passed. plugin: user-interact -command: wifi_client_test -i {interface} -s "$OPEN_N_SSID" +command: wifi_client_test.py -i {interface} -s "$OPEN_N_SSID" environ: OPEN_N_SSID user: root category_id: com.canonical.plainbox::wireless @@ -96,7 +96,7 @@ _steps: _verification: If there's "Connection test passed" message in result, mark the test as passed. plugin: user-interact -command: wifi_client_test -i {interface} -s "$WPA_AX_SSID" -k "$WPA_AX_PSK" +command: wifi_client_test.py -i {interface} -s "$WPA_AX_SSID" -k "$WPA_AX_PSK" environ: WPA_AX_SSID WPA_AX_PSK user: root category_id: com.canonical.plainbox::wireless @@ -117,7 +117,7 @@ _steps: _verification: If there's "Connection test passed" message in result, mark the test as passed. plugin: user-interact -command: wifi_client_test -i {interface} -s "$WPA_AC_SSID" -k "$WPA_AC_PSK" +command: wifi_client_test.py -i {interface} -s "$WPA_AC_SSID" -k "$WPA_AC_PSK" environ: WPA_AC_SSID WPA_AC_PSK user: root category_id: com.canonical.plainbox::wireless @@ -138,7 +138,7 @@ _steps: _verification: If there's "Connection test passed" message in result, mark the test as passed. plugin: user-interact -command: wifi_client_test -i {interface} -s "$WPA_BG_SSID" -k "$WPA_BG_PSK" +command: wifi_client_test.py -i {interface} -s "$WPA_BG_SSID" -k "$WPA_BG_PSK" environ: WPA_BG_SSID WPA_BG_PSK user: root category_id: com.canonical.plainbox::wireless @@ -159,7 +159,7 @@ _steps: _verification: If there's "Connection test passed" message in result, mark the test as passed. plugin: user-interact -command: wifi_client_test -i {interface} -s "$WPA_N_SSID" -k "$WPA_N_PSK" +command: wifi_client_test.py -i {interface} -s "$WPA_N_SSID" -k "$WPA_N_PSK" environ: WPA_N_SSID WPA_N_PSK user: root category_id: com.canonical.plainbox::wireless |