1# Copyright (c) 2010 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 = "Chrome OS Team" 6NAME = "hardware_GobiGPS" 7PURPOSE = "Verify basic functionality of a Gobi GPS device." 8CRITERIA = """ 9Pass if within ~1 minute, either fix has been aquired, or least 2 10satellites have been seen enough to get signal quality measured, or 5 11satellites have been seen overall. 12Fail if no GPS is found, or if above criteria is not fulfilled. 13""" 14TIME = "SHORT" 15TEST_CATEGORY = "Functional" 16TEST_CLASS = "hardware" 17TEST_TYPE = "client" 18 19DOC = """ 20This is a an automated test that checks the basic functionality of the 21Gobi GPS device. Before running the test, make sure the modem is enabled. 22""" 23 24job.run_test('hardware_GobiGPS') 25