blob: 0e6e69d10ec6770f46e111960f091df9ee70418c [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 = "cellular_GobiRecoverFromDesync"
PURPOSE = "Verify that gobi-cromo-plugin recovers from driver failures"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "network"
TEST_TYPE = "client"
DOC = """
Tests that a Gobi modem recovers from driver failures
This test uses fault injection to make gobi-cromo-plugin act as if
the userspace has lost sync with the driver. The correct behavior
is for cromo to exit.
"""
from autotest_lib.client.cros.cellular import test_environment
test_env = test_environment.CellularOTATestEnvironment(modem_pattern='Gobi')
job.run_test('cellular_GobiRecoverFromDesync', test_env=test_env)