blob: a486f779c21d62a6420eddc0b500ed0a4c85332b [file] [log] [blame]
harpreet02bd3fd2015-03-20 17:47:11 -07001# Copyright (c) 2015 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_3GSafetyDance.zte-mf190"
7PURPOSE = "Stress-test all connman 3G operations."
8CRITERIA = """
9This test will fail if any DBus call times out or flimflam crashes.
10"""
Shuqian Zhaoaa7ec8c2015-05-06 11:11:58 -070011ATTRIBUTES = "suite:network3g"
harpreet02bd3fd2015-03-20 17:47:11 -070012SUITE = "network3g"
13TIME = "SHORT"
14TEST_CATEGORY = "Stress"
15TEST_CLASS = "network"
16TEST_TYPE = "client"
17DEPENDENCIES = "modem:zte-mf190"
18
19DOC = """
20 Stress-tests all connman 3G operations.
21
22 This test runs a long series of 3G operations in pseudorandom order. All of
23 these 3G operations must return a convincing result (EINPROGRESS or no error).
24"""
25
26from autotest_lib.client.cros.cellular import test_environment
27
28test_env = test_environment.CellularOTATestEnvironment()
29job.run_test('network_3GSafetyDance', test_env=test_env, tag='zte-mf190')