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_LTEActivate" 7 PURPOSE = """ 8 Test various scenarios that may arise during the post-payment LTE 9 activation process. 10 """ 11 CRITERIA = """ 12 Test will fail if the cellular service is found to be in an 13 unexpected state. 14 """ 15 ATTRIBUTES = "suite:network3g_pseudomodem" 16 TIME = "SHORT" 17 TEST_CATEGORY = "Functional" 18 TEST_CLASS = "network" 19 TEST_TYPE = "client" 20 DOC = """ 21 After an online payment to activate a network, shill keeps track of service 22 activation by monitoring changes to network registration and MDN updates 23 combined with a modem reset. The test checks that the Cellular.ActivationState 24 property of the service has the correct value associated with it by simulating 25 possible scenarios using the pseudo modem manager. 26 """ 27 28 job.run_test('network_LTEActivate') 29