blob: 2845ace7b4f6f3d00271cd99028ea6ebc5d12500 [file] [log] [blame]
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "ChromeOS Team"
NAME = "network_MbimCompliance_CM05"
PURPOSE = """
MBIM Compliance Test: Validation for modem's responses to two consecutive
MBIM command messages are correct with regards to |transaction_id|,
|service_id| and |cid|.
"""
CRITERIA = """
This test will fail if the modem is not MBIM spec compliant.
"""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "network"
TEST_TYPE = "client"
SUITE="network_mbim_compliance"
DOC = """
CM_05 Test listed in the MBIM compliance spec.
Validation for modem's responses to two consecutive MBIM command messages
are correct with regards to |transaction_id|, |service_id| and |cid|.
"""
job.run_test('network_MbimCompliance_CM05')