diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-06-06 09:18:53 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-06-06 09:18:53 +0200 |
commit | a903d95db3f8ef356ca6d040bb4beaa54c94ca7a (patch) | |
tree | 5374c481851ab8b83b0f7a3a299c297dcbcb4951 /units/suspend | |
parent | e3c2da8876b4ed079a1e49d1b9e27dc4fcbef3ad (diff) |
suspend.pxu: typo in job command
Diffstat (limited to 'units/suspend')
-rw-r--r-- | units/suspend/suspend.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu index 34d1ba4..114d7d0 100644 --- a/units/suspend/suspend.pxu +++ b/units/suspend/suspend.pxu @@ -645,7 +645,7 @@ environ: TEST_TARGET_FTP TEST_TARGET_IPERF TEST_USER TEST_PASS command: INTERFACE=`(nmcli -t -f GENERAL -m tabular dev list 2>/dev/null || nmcli -t -f GENERAL -m tabular dev show) |grep gsm |cut -d ":" -f 13` [ -z $INTERFACE ] && exit 1 - network test test -i $INTERFACE -t iperf + network test -i $INTERFACE -t iperf _description: This test executes iperf connection performance/stability against the broadband device found on the system after suspend. |