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