# Copyright (c) 2012 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. AUTHOR = "ChromeOS Team" NAME = "network_GobiUncleanDisconnect.gobi2k" PURPOSE = "Disconnects uncleanly from the Gobi a few times." CRITERIA = """ This test will fail if any of its subtest programs fails to find or connect to the Gobi. """ ATTRIBUTES = "suite:network3g" TIME = "SHORT" TEST_CATEGORY = "Regression" TEST_CLASS = "network" TEST_TYPE = "client" DEPENDENCIES = "modem:gobi2k" DOC = """ This test triggers unclean disconnects from the Gobi to ensure that the kernel driver properly cleans up after it. """ job.run_test('network_GobiUncleanDisconnect', tag='gobi2k')