blob: e5b1c0e971e565fb1f66b7bd9feab3c93dc19422 [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_3GStressEnable.pseudomodem"
PURPOSE = "Stress-test Connman enable/disable"
CRITERIA = """
This test fails if flimflam ever fails to respond to a DBus message or crashes.
"""
SUITE = "network3g_pseudomodem"
TIME = "SHORT"
TEST_CATEGORY = "Stress"
TEST_CLASS = "network"
TEST_TYPE = "client"
DOC = """
Stress-tests enabling and disabling a technology at short intervals.
"""
# 3GPP
job.run_test('network_3GStressEnable',
use_pseudomodem=True,
tag='pseudomodem.3GPP')
# CDMA
job.run_test('network_3GStressEnable',
use_pseudomodem=True,
pseudomodem_family='CDMA',
tag='pseudomodem.CDMA')