1 # Copyright (c) 2015 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 = 'harpreet' 6 NAME = 'network_ChromeCelluarEndToEnd' 7 TIME = 'FAST' 8 TEST_TYPE = 'client' 9 10 DOC = """ 11 Client side of the end to end Cellular test which is called by the 12 cellular_ChromeEndToEnd server test that cold reboots the DUT before 13 running the client test. 14 15 Tests the following UI functionality with chrome.networkingPrivate: 16 * Find available cellular networks. 17 * Ethernet is preferred over Cellular when both are connected. 18 * Disable / Enable cellular. 19 """ 20 21 job.run_test('network_ChromeCellularEndToEnd', 22 test='test') 23