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