• 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"
16TIME = "SHORT"
17TEST_CATEGORY = "Functional"
18TEST_CLASS = "network"
19TEST_TYPE = "client"
20DOC = """
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
28job.run_test('network_LTEActivate')
29