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