Home | History | Annotate | Download | only in cellular_MbimComplianceControlRequest
      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 
      5 AUTHOR = "ChromeOS Team"
      6 NAME = "cellular_MbimComplianceControlRequest.CM01"
      7 PURPOSE = """
      8 MBIM Compliance Test: Validation of |transaction_id| and |status_codes| in
      9 modem's response to MBIM_OPEN_MSG.
     10 """
     11 CRITERIA = """
     12 This test will fail if the modem is not MBIM compliant.
     13 """
     14 TIME = "SHORT"
     15 TEST_CATEGORY = "Functional"
     16 TEST_CLASS = "network"
     17 TEST_TYPE = "client"
     18 ATTRIBUTES = "suite:cellular_mbim_compliance"
     19 SUITE="cellular_mbim_compliance"
     20 
     21 DOC = """
     22 CM_01 Test listed in the MBIM Compliance Test Suite specification.
     23 Validation of |transaction_id| and |status_codes| in modem's response to
     24 MBIM_OPEN_MSG.
     25 """
     26 
     27 job.run_test('cellular_MbimComplianceControlRequest',
     28              subtest_name='cellular_MbimComplianceCM01')
     29