blob: 5609a844dca782cf67d9ae56fdf251db09fc5b1f [file] [log] [blame]
# 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"
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.
"""
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')