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