1 # Copyright (c) 2013 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 = "ChromeOS Team" 6 NAME = "network_CDMAActivate" 7 PURPOSE = """ 8 Tests various scenarios that may arise during the post-payment CDMA 9 activation process when shill accesses the modem via ModemManager. 10 """ 11 12 CRITERIA = """ 13 Test will fail if the cellular service is found to be in an 14 unexpected state. 15 """ 16 ATTRIBUTES = "suite:network3g_pseudomodem" 17 SUITE = "network3g_pseudomodem" 18 TIME = "SHORT" 19 TEST_CATEGORY = "Functional" 20 TEST_CLASS = "network" 21 TEST_TYPE = "client" 22 23 DOC = """ 24 After an online payment to activate a CDMA network, shill issues an OTASP 25 activation command to ModemManager and keeps retrying in the case of failure. 26 This test verifies that the activation state exposed by ModemManager is 27 reflected correctly in shill and that activation retries are repeatedly 28 scheduled in case of failure. 29 """ 30 31 job.run_test('network_CDMAActivate') 32