blob: 192e6ef5165732ed3bdd236155735e4814cba4dc [file] [log] [blame]
# 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.
# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3.
# For instructions on how to: go/tauto-py3-migration
# To re-enable migrate to Python 3.
# If the test is not migrated by 1/14/22 it will be deleted.
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.
"""
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')