You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
988 B
29 lines
988 B
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
AUTHOR = "ChromeOS Team"
|
|
NAME = "cellular_ActivateLTE.pseudomodem"
|
|
PURPOSE = """
|
|
Test various scenarios that may arise during the post-payment LTE
|
|
activation process.
|
|
"""
|
|
CRITERIA = """
|
|
Test will fail if the cellular service is found to be in an
|
|
unexpected state.
|
|
"""
|
|
ATTRIBUTES = "suite:cellular_pseudomodem"
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "network"
|
|
TEST_TYPE = "client"
|
|
DOC = """
|
|
After an online payment to activate a network, shill keeps track of service
|
|
activation by monitoring changes to network registration and MDN updates
|
|
combined with a modem reset. The test checks that the Cellular.ActivationState
|
|
property of the service has the correct value associated with it by simulating
|
|
possible scenarios using the pseudo modem manager.
|
|
"""
|
|
|
|
job.run_test('cellular_ActivateLTE')
|