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