1 # Copyright 2014 The Chromium OS Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 5 AUTHOR = 'bmahadev, harpreet, krisr' 6 NAME = 'network_RoamWifiEndToEnd' 7 TIME = 'FAST' 8 TEST_TYPE = 'client' 9 10 DOC = """ 11 Client side of the network_WiFi_RoamEndToEnd server test that sets up the 12 APs in the wifi cell for running this test. 13 14 Tests that Chrome can do the following using chrome.networkingPrivate: 15 * Find available wifi networks and connect to it. 16 * Roam/Transition to a different network with the same ssid when we tear 17 down one AP. 18 * Successfully connect to the other AP. 19 """ 20 21 job.run_test('network_RoamWifiEndToEnd', 22 ssid='ssid', 23 test='test') 24