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 = "ChromeOS 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" 15PY_VERSION = 3 16 17DOC = """ 18This is a an automated test that checks the basic functionality of a GPS 19device and software stack (gpsd). Before running the test, make sure your 20GPS device us connected through an USB port. 21""" 22 23job.run_test('hardware_GPS') 24