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 5 AUTHOR = "ChromeOS Team" 6 NAME = "network_3GGobiPorts" 7 PURPOSE = "Verify that Gobi serial ports are present." 8 CRITERIA = """ 9 This test will fail if the gobi serial ports for QXDM, AT commands and 10 GPS are not present. 11 """ 12 TIME = "SHORT" 13 TEST_CATEGORY = "Functional" 14 TEST_CLASS = "network" 15 TEST_TYPE = "client" 16 17 DOC = """ 18 Tests that the Gobi serial ports are present. 19 20 Make sure that the serial ports for the gobi modem are present. 21 """ 22 23 job.run_test('network_3GGobiPorts') 24