| Index: server/site_tests/network_WiFiRoaming/003SSIDMultiSwitchBack
|
| diff --git a/server/site_tests/network_WiFiRoaming/003SSIDMultiSwitchBack b/server/site_tests/network_WiFiRoaming/003SSIDMultiSwitchBack
|
| index 4bbf44bb7d4d4944ec80c02391d7ae51bde59312..5e48b78fe8a3abd6b55211bd29ff569cb73011c3 100644
|
| --- a/server/site_tests/network_WiFiRoaming/003SSIDMultiSwitchBack
|
| +++ b/server/site_tests/network_WiFiRoaming/003SSIDMultiSwitchBack
|
| @@ -10,10 +10,20 @@
|
|
|
| [ "config", { "channel":"2412", "mode":"11g", "pureg":None } ],
|
|
|
| + # TODO(pstew): This is a very arbitrary limit based on the testbed
|
| + # characteristics (expected signal and noise, as well as the range
|
| + # of transmit power from the AP). We set the threshold here so that
|
| + # when we vary the transmit power on the AP, we will receive a
|
| + # "low signal" alert on the DUT.
|
| + [ "bgscan_set", { "signal":"-40" }],
|
| +
|
| # Connect to the first AP.
|
| [ "connect", { "security":"none" } ],
|
| [ "client_ping", { "count":"10" } ],
|
|
|
| + # Once the connection is up, restore the profile values to flimflam default
|
| + [ "bgscan_set", { "signal":"default" }],
|
| +
|
| # Create a second AP at the same time on the 5GHz radio, Channel 48
|
| [ "config", { "channel":"5240", "ht40-":None, "puren":None,
|
| "multi_interface":None } ],
|
|
|