1# Copyright (c) 2010 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_3GDormancyDance" 7PURPOSE = "Stress-test all connman 3G operations, waiting for dormancy." 8CRITERIA = """ 9This test will fail if any DBus call times out or flimflam crashes. 10""" 11 12TIME = "LONG" 13TEST_CATEGORY = "Stress" 14TEST_CLASS = "network" 15TEST_TYPE = "client" 16 17DOC = """ 18 Stress-tests all connman 3G operations. 19 20 This test runs a long series of 3G operations in a fixedorder. All of these 3G 21 operations must return a succesful result. When we connect, we wait for the 22 modem to declare dormancy, then immediately request a disconnect; in all other 23 cases we request operations after the previous one completes. 24""" 25 26job.run_test('network_3GDormancyDance') 27