Merge lp:~roadmr/checkbox/1276150 into lp:checkbox

Proposed by Daniel Manrique
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 3177
Merged at revision: 3177
Proposed branch: lp:~roadmr/checkbox/1276150
Merge into: lp:checkbox
Diff against target: 96 lines (+16/-16)
1 file modified
providers/plainbox-provider-checkbox/jobs/wireless.txt.in (+16/-16)
To merge this branch: bzr merge lp:~roadmr/checkbox/1276150
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+230191@code.launchpad.net

Commit message

providers:checkbox: Reword and grammar-check some wireless jobs

Description of the change

providers:checkbox: Reword and grammar-check some wireless jobs

To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

\o/ thanks a lot, +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'providers/plainbox-provider-checkbox/jobs/wireless.txt.in'
2--- providers/plainbox-provider-checkbox/jobs/wireless.txt.in 2014-05-12 07:38:02 +0000
3+++ providers/plainbox-provider-checkbox/jobs/wireless.txt.in 2014-08-08 22:04:40 +0000
4@@ -139,10 +139,10 @@
5 Tests that the systems wireless hardware can connect to a router using WPA
6 security and the 802.11b/g protocols.
7 STEPS:
8- 1. Open your routers configuration tool
9+ 1. Open your router's configuration tool
10 2. Change the settings to only accept connections on the B and G wireless bands
11- 3. Make sure the SSID is set to ROUTER_SSID
12- 4. Change the security settings to use WPA2 and ensure the PSK matches that set in ROUTER_PSK
13+ 3. Make sure the SSID is set to the contents of the ROUTER_SSID environment variable
14+ 4. Change the security settings to use WPA2 and ensure the PSK matches what is set in the ROUTER_PSK environment variable
15 5. Click the 'Test' button to create a connection to the router and test the connection
16 VERIFICATION:
17 Verification is automated, do not change the automatically selected result.
18@@ -161,9 +161,9 @@
19 Tests that the systems wireless hardware can connect to a router using
20 no security and the 802.11b/g protocols.
21 STEPS:
22- 1. Open your routers configuration tool
23+ 1. Open your router's configuration tool
24 2. Change the settings to only accept connections on the B and G wireless bands
25- 3. Make sure the SSID is set to ROUTER_SSID
26+ 3. Make sure the SSID is set to the contents of the ROUTER_SSID environment variable
27 4. Change the security settings to use no security
28 5. Click the 'Test' button to create a connection to the router and test the connection
29 VERIFICATION:
30@@ -184,10 +184,10 @@
31 Tests that the systems wireless hardware can connect to a router using WPA
32 security and the 802.11n protocols.
33 STEPS:
34- 1. Open your routers configuration tool
35+ 1. Open your router's configuration tool
36 2. Change the settings to only accept connections on the N wireless band
37- 3. Make sure the SSID is set to ROUTER_SSID
38- 4. Change the security settings to use WPA2 and ensure the PSK matches that set in ROUTER_PSK
39+ 3. Make sure the SSID is set to the contents of the ROUTER_SSID environment variable
40+ 4. Change the security settings to use WPA2 and ensure the PSK matches what is set in the ROUTER_PSK environment variable
41 5. Click the 'Test' button to create a connection to the router and test the connection
42 VERIFICATION:
43 Verification is automated, do not change the automatically selected result.
44@@ -207,9 +207,9 @@
45 Tests that the systems wireless hardware can connect to a router using
46 no security and the 802.11n protocol.
47 STEPS:
48- 1. Open your routers configuration tool
49+ 1. Open your router's configuration tool
50 2. Change the settings to only accept connections on the N wireless band
51- 3. Make sure the SSID is set to ROUTER_SSID
52+ 3. Make sure the SSID is set to the contents of the ROUTER_SSID environment variable
53 4. Change the security settings to use no security
54 5. Click the 'Test' button to create a connection to the router and test the connection
55 VERIFICATION:
56@@ -232,8 +232,8 @@
57 STEPS:
58 1. Open your router's configuration tool
59 2. Change the settings to only accept connections with the 802.11ac protocol.
60- 3. Make sure the SSID is set to ROUTER_SSID
61- 4. Change the security settings to use WPA2 and ensure the PSK matches that set in ROUTER_PSK
62+ 3. Make sure the SSID is set to the contents of the ROUTER_SSID environment variable
63+ 4. Change the security settings to use WPA2 and ensure the PSK matches what is set in the ROUTER_PSK environment variable
64 5. Click the 'Test' button to create a connection to the router and test the connection
65 VERIFICATION:
66 Verification is automated, do not change the automatically selected result.
67@@ -253,9 +253,9 @@
68 Tests that the systems wireless hardware can connect to a router using
69 no security and the 802.11ac protocol.
70 STEPS:
71- 1. Open your routers configuration tool
72+ 1. Open your router's configuration tool
73 2. Change the settings to only accept connections with the 802.11ac protocol.
74- 3. Make sure the SSID is set to ROUTER_SSID
75+ 3. Make sure the SSID is set to the contents of the ROUTER_SSID environment variable
76 4. Change the security settings to use no security
77 5. Click the 'Test' button to create a connection to the router and test the connection
78 VERIFICATION:
79@@ -271,7 +271,7 @@
80 command: trap "nmcli con delete id $WPA_BG_SSID" EXIT; create_connection wifi $WPA_BG_SSID --security=wpa --key=$WPA_BG_PSK && iperf -c $SERVER_IPERF -t 300 -i 30
81 estimated_duration: 330.0
82 _description:
83- Tests the performance of a systems wireless connection through the iperf tool.
84+ Tests the performance of a system's wireless connection through the iperf tool.
85
86 plugin: shell
87 id: wireless/monitor_wireless_connection_udp
88@@ -283,7 +283,7 @@
89 command: trap "nmcli con delete id $WPA_BG_SSID" EXIT; create_connection wifi $WPA_BG_SSID --security=wpa --key=$WPA_BG_PSK && iperf -c $SERVER_IPERF -t 300 -i 30 -u -b 100m -p 5050
90 estimated_duration: 330.0
91 _description:
92- Tests the performance of a systems wireless connection through the iperf tool, using UDP packets.
93+ Tests the performance of a system's wireless connection through the iperf tool, using UDP packets.
94
95 plugin: shell
96 id: wireless/wireless_connection_open_a

Subscribers

People subscribed via source and target branches