blob: acc584e448a7030282367236dedbacb1dce89e77 [file] [log] [blame]
# Copyright (c) 2011 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_CdmaConfig"
PURPOSE = "Verify that we properly configure a factory-reset CDMA modem."""
CRITERIA = """Modem reports its configuration correctly."""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "network"
TEST_TYPE = "client"
DOC = """
Factory resets a CDMA modem and ensures that we correctly configure it.
"""
from autotest_lib.client.cros.cellular import labconfig
config = labconfig.Configuration(args)
job.run_test('cellular_CdmaConfig', config=config)