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