1 # Copyright (c) 2012 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_GobiUncleanDisconnect.gobi2k" 7 PURPOSE = "Disconnects uncleanly from the Gobi a few times." 8 CRITERIA = """ 9 This test will fail if any of its subtest programs fails to find or connect to 10 the Gobi. 11 """ 12 ATTRIBUTES = "suite:network3g" 13 TIME = "SHORT" 14 TEST_CATEGORY = "Regression" 15 TEST_CLASS = "network" 16 TEST_TYPE = "client" 17 DEPENDENCIES = "modem:gobi2k" 18 19 DOC = """ 20 This test triggers unclean disconnects from the Gobi to ensure that the kernel 21 driver properly cleans up after it. 22 """ 23 24 job.run_test('network_GobiUncleanDisconnect', tag='gobi2k') 25