• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2094 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.CM09"
7PURPOSE = """
8MBIM Compliance Test: Validation of TransactionId for notifications received
9after connect sequence.
10"""
11CRITERIA = """
12This test will fail if the modem is not MBIM compliant.
13"""
14TIME = "SHORT"
15TEST_CATEGORY = "Functional"
16TEST_CLASS = "network"
17TEST_TYPE = "client"
18ATTRIBUTES = "suite:cellular_mbim_compliance"
19
20DOC = """
21CM_09 Test listed in the MBIM Compliance Test Suite specification.
22MBIM Compliance Test: Validation of TransactionId for notifications received
23after connect sequence.
24"""
25
26job.run_test('cellular_MbimComplianceControlRequest',
27             subtest_name='cellular_MbimComplianceCM09')
28