Home | History | Annotate | Download | only in cellular_MbimComplianceDataTransfer
      1 # Copyright 2016 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_MbimComplianceDataTransfer.DTS25"
      7 PURPOSE = """
      8 MBIM Compliance Test: Validation of the Last dwDatagramLength.
      9 """
     10 CRITERIA = """
     11 This test will fail if the modem is not MBIM compliant.
     12 """
     13 TIME = "SHORT"
     14 TEST_CATEGORY = "Functional"
     15 TEST_CLASS = "network"
     16 TEST_TYPE = "client"
     17 ATTRIBUTES = "suite:cellular_mbim_compliance"
     18 
     19 DOC = """
     20 DTS_25 Test listed in the MBIM Compliance Test Suite specification.
     21 Validation of the Last dwDatagramLength.
     22 
     23 This test verifies the MBIM NTB-32 data transfer capability of the device.
     24 """
     25 
     26 from autotest_lib.client.cros.cellular.mbim_compliance import mbim_constants
     27 
     28 job.run_test('cellular_MbimComplianceDataTransfer',
     29              subtest_name='cellular_MbimComplianceDTS1925',
     30              ntb_format=mbim_constants.NTB_FORMAT_32)
     31