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