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.
27 lines
812 B
27 lines
812 B
# Copyright 2014 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_MbimComplianceControlRequest.CM02"
|
|
PURPOSE = """
|
|
MBIM Compliance Test: Validation of Message Length of the response to
|
|
MBIM_OPEN_MSG.
|
|
"""
|
|
CRITERIA = """
|
|
This test will fail if the modem is not MBIM compliant.
|
|
"""
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "network"
|
|
TEST_TYPE = "client"
|
|
ATTRIBUTES = "suite:cellular_mbim_compliance"
|
|
|
|
DOC = """
|
|
CM_02 Test listed in the MBIM Compliance Test Suite specification.
|
|
Validation of Message Length of the response to MBIM_OPEN_MSG.
|
|
"""
|
|
|
|
job.run_test('cellular_MbimComplianceControlRequest',
|
|
subtest_name='cellular_MbimComplianceCM02')
|