• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 = "network_GobiUncleanDisconnect"
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"""
12TIME = "SHORT"
13TEST_CATEGORY = "Regression"
14TEST_CLASS = "network"
15TEST_TYPE = "client"
16
17DOC = """
18  This test triggers unclean disconnects from the Gobi to ensure that the kernel
19  driver properly cleans up after it.
20"""
21
22job.run_test('network_GobiUncleanDisconnect')
23