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 TIME = "SHORT" 15 TEST_CATEGORY = "Functional" 16 TEST_CLASS = "network" 17 TEST_TYPE = "client" 18 DOC = """ 19 Test that the |Scanning| Property of the shill cellular device object is 20 updated correctly in the following two scenarios: 21 (1) When a user requests a network scan using the |ProposeScan| method of 22 the cellular device. 23 (2) During the initial modem enable-register-connect sequence. 24 """ 25 26 job.run_test('network_3GScanningProperty') 27