Home | History | Annotate | Download | only in network_LTEActivate
      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 SUITE = "network3g_pseudomodem"
     17 TIME = "SHORT"
     18 TEST_CATEGORY = "Functional"
     19 TEST_CLASS = "network"
     20 TEST_TYPE = "client"
     21 DOC = """
     22   After an online payment to activate a network, shill keeps track of service
     23   activation by monitoring changes to network registration and MDN updates
     24   combined with a modem reset. The test checks that the Cellular.ActivationState
     25   property of the service has the correct value associated with it by simulating
     26   possible scenarios using the pseudo modem manager.
     27 """
     28 
     29 job.run_test('network_LTEActivate')
     30