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 = "cellular_SafetyDance.huawei-mu736" 7PURPOSE = "Stress-test all connman 3G operations." 8CRITERIA = """ 9This test will fail if any DBus call times out or flimflam crashes. 10""" 11ATTRIBUTES = "suite:cellular_ota" 12TIME = "SHORT" 13TEST_CATEGORY = "Stress" 14TEST_CLASS = "network" 15TEST_TYPE = "client" 16DEPENDENCIES = "modem:huawei-mu736" 17 18DOC = """ 19 Stress-tests all connman 3G operations. 20 21 This test runs a long series of 3G operations in pseudorandom order. All of 22 these 3G operations must return a convincing result (EINPROGRESS or no error). 23""" 24 25from autotest_lib.client.cros.cellular import test_environment 26 27test_env = test_environment.CellularOTATestEnvironment() 28job.run_test('cellular_SafetyDance', test_env=test_env, tag='huawei-mu736') 29