1# Copyright (c) 2012 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 = "network_3GGobiPorts.gobi3k" 7PURPOSE = "Verify that Gobi serial ports are present." 8CRITERIA = """ 9This test will fail if the gobi serial ports for QXDM, AT commands and 10GPS are not present. 11""" 12ATTRIBUTES = "suite:network3g" 13SUITE = "network3g" 14TIME = "SHORT" 15TEST_CATEGORY = "Functional" 16TEST_CLASS = "network" 17TEST_TYPE = "client" 18DEPENDENCIES = "modem:gobi3k" 19 20DOC = """ 21 Tests that the Gobi serial ports are present. 22 23 Make sure that the serial ports for the gobi modem are present. 24""" 25 26job.run_test('network_3GGobiPorts', tag='gobi3k') 27