• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 = "network_LTEActivate"
7PURPOSE = """
8Test various scenarios that may arise during the post-payment LTE
9activation process.
10"""
11CRITERIA = """
12Test will fail if the cellular service is found to be in an
13unexpected state.
14"""
15ATTRIBUTES = "suite:network3g_pseudomodem"
16SUITE = "network3g_pseudomodem"
17TIME = "SHORT"
18TEST_CATEGORY = "Functional"
19TEST_CLASS = "network"
20TEST_TYPE = "client"
21DOC = """
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
29job.run_test('network_LTEActivate')
30