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