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 5AUTHOR = 'harpreet' 6NAME = 'network_ChromeCelluarEndToEnd' 7TIME = 'FAST' 8TEST_TYPE = 'client' 9 10DOC = """ 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 21job.run_test('network_ChromeCellularEndToEnd', 22 test='test') 23