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_GPS" 7PURPOSE = "Verify basic functionality of a GPS device." 8CRITERIA = """ 9Fail if GPS device is not found or if expected settings are missing. 10""" 11TIME = "SHORT" 12TEST_CATEGORY = "Functional" 13TEST_CLASS = "hardware" 14TEST_TYPE = "client" 15 16DOC = """ 17This is a an automated test that checks the basic functionality of a GPS 18device and software stack (gpsd). Before running the test, make sure your 19GPS device us connected through an USB port. 20""" 21 22job.run_test('hardware_GPS') 23