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.DTS01"
7PURPOSE = """
8MBIM Compliance Test: Validation for alternate setting 1 of the
9communication interface.
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"
19SUITE="cellular_mbim_compliance"
20
21DOC = """
22DTS_01 Test listed in the MBIM Compliance Test Suite specification.
23Validation for alternate setting 1 of the communication interface.
24
25This test sets the data interface of the modem in loopback mode
26(specified by MBIM spec) and verifies that an ICMP packet can be
27routed through the data interface in alternate setting 1 of the
28communication interface.
29"""
30
31job.run_test('cellular_MbimComplianceDataTransfer',
32             subtest_name='cellular_MbimComplianceDTS01')
33