blob: 64481c0925f38ad222f461456135a86ad1bd4b4e [file] [log] [blame]
# Copyright (c) 2013 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_3GFailedConnect"
PURPOSE = "Verify that a failed modem connect attempt puts the service in a failed state."
CRITERIA = """
This test will fail if a connect failure does not immediately cause the
service to enter the Failed state.
"""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "network"
TEST_TYPE = "client"
DOC = """
Tests that 3G connect failures are handled by cromo & flimflam properly
This test will fail if a connect failure does not immediately cause the
service to enter the Failed state. It requires a machine with a modem
that has been factory reset and cannot start a data session.
"""
job.run_test('network_3GFailedConnect', pseudo_modem=True, tag='pseudomodem')