• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2014 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5AUTHOR = "ChromeOS Team"
6NAME = "cellular_MbimComplianceControlRequest.CM05"
7PURPOSE = """
8MBIM Compliance Test: Validation for modem's responses to two consecutive
9MBIM command messages are correct with regards to |transaction_id|,
10|service_id| and |cid|.
11"""
12CRITERIA = """
13This test will fail if the modem is not MBIM compliant.
14"""
15TIME = "SHORT"
16TEST_CATEGORY = "Functional"
17TEST_CLASS = "network"
18TEST_TYPE = "client"
19ATTRIBUTES = "suite:cellular_mbim_compliance"
20SUITE="cellular_mbim_compliance"
21
22DOC = """
23CM_05 Test listed in the MBIM Compliance Test Suite specification.
24Validation for modem's responses to two consecutive MBIM command messages
25are correct with regards to |transaction_id|, |service_id| and |cid|.
26"""
27
28job.run_test('cellular_MbimComplianceControlRequest',
29             subtest_name='cellular_MbimComplianceCM05')
30