blob: b92f556f0afd82b932491dd80cdf569822469826 [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.
AUTHOR = "ChromeOS Team"
NAME = "network_3GIdentifiers.gobi3k"
PURPOSE = "Verify cellular modem provides correct identification information."
CRITERIA = """
This test will fail if one of the following conditions occur:
- Cellular modem does not provide an identifier
"""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "network"
TEST_TYPE = "client"
SUITE = "network3g_tmobile, network3g_verizon"
DEPENDENCIES = "modem:gobi3k"
DOC = """
Tests that a cellular modem provides correct identification information
The test queries the modem for the following identifiers:
- MEID
- IMEI
- IMSI
- ICCID
- SIM operator ID
"""
job.run_test('network_3GIdentifiers', tag='gobi3k')