| # Copyright (c) 2012 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_3GSafetyDance.gobi3k" |
| PURPOSE = "Stress-test all connman 3G operations." |
| CRITERIA = """ |
| This test will fail if any DBus call times out or flimflam crashes. |
| """ |
| SUITE = "network3g_tmobile, network3g_verizon" |
| TIME = "SHORT" |
| TEST_CATEGORY = "Stress" |
| TEST_CLASS = "network" |
| TEST_TYPE = "client" |
| DEPENDENCIES = "modem:gobi3k" |
| |
| DOC = """ |
| Stress-tests all connman 3G operations. |
| |
| This test runs a long series of 3G operations in pseudorandom order. All of |
| these 3G operations must return a convincing result (EINPROGRESS or no error). |
| """ |
| |
| job.run_test('network_3GSafetyDance', tag='gobi3k') |