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