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 = "ChromeOS Team" 6 NAME = "network_3GNoGobi" 7 PURPOSE = "Verify no gobi related files are on the system." 8 CRITERIA = """ 9 This test will fail if one of the following conditions occur: 10 - gobi firmware files are found 11 - gobi sdk files are found 12 """ 13 TIME = "SHORT" 14 TEST_CATEGORY = "Functional" 15 TEST_CLASS = "network" 16 TEST_TYPE = "client" 17 18 DOC = """ 19 Tests that there are no gobi related files on the system 20 """ 21 22 job.run_test('network_3GNoGobi') 23