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_MbimComplianceControlRequest.CM05" 7PURPOSE = """ 8MBIM Compliance Test: Validation for modem's responses to two consecutive 9MBIM command messages are correct with regards to |transaction_id|, 10|service_id| and |cid|. 11""" 12CRITERIA = """ 13This test will fail if the modem is not MBIM compliant. 14""" 15TIME = "SHORT" 16TEST_CATEGORY = "Functional" 17TEST_CLASS = "network" 18TEST_TYPE = "client" 19ATTRIBUTES = "suite:cellular_mbim_compliance" 20 21DOC = """ 22CM_05 Test listed in the MBIM Compliance Test Suite specification. 23Validation for modem's responses to two consecutive MBIM command messages 24are correct with regards to |transaction_id|, |service_id| and |cid|. 25""" 26 27job.run_test('cellular_MbimComplianceControlRequest', 28 subtest_name='cellular_MbimComplianceCM05') 29