1 # Copyright (c) 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 = "Chrome OS Team" 6 NAME = "network_3GScanningProperty" 7 PURPOSE = "Verify cellular device 'Scanning' property is updated correctly." 8 CRITERIA = """ 9 This test will fail if shill does not update the |Scanning| property correctly 10 during the initial modem enable-register-connect sequence, or when the user 11 requests a network scan using |ProposeScan|. 12 """ 13 ATTRIBUTES = "suite:network3g_pseudomodem" 14 SUITE = "network3g_pseudomodem" 15 TIME = "SHORT" 16 TEST_CATEGORY = "Functional" 17 TEST_CLASS = "network" 18 TEST_TYPE = "client" 19 DOC = """ 20 Test that the |Scanning| Property of the shill cellular device object is 21 updated correctly in the following two scenarios: 22 (1) When a user requests a network scan using the |ProposeScan| method of 23 the cellular device. 24 (2) During the initial modem enable-register-connect sequence. 25 """ 26 27 job.run_test('network_3GScanningProperty') 28