1# Copyright (c) 2013 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_3GStressEnable.e362" 7PURPOSE = "Stress-test Connman enable/disable" 8CRITERIA = """ 9This test fails if flimflam ever fails to respond to a DBus message or crashes. 10""" 11ATTRIBUTES = "suite:network3g" 12SUITE = "network3g" 13TIME = "SHORT" 14TEST_CATEGORY = "Stress" 15TEST_CLASS = "network" 16TEST_TYPE = "client" 17DEPENDENCIES = "modem:e362" 18 19DOC = """ 20 Stress-tests enabling and disabling a technology at short intervals. 21""" 22 23from autotest_lib.client.cros.cellular import test_environment 24 25test_env = test_environment.CellularOTATestEnvironment() 26job.run_test('network_3GStressEnable', tag='e362', test_env=test_env) 27