1# Copyright 2017 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_StressEnable.fibocom-l850gl" 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:cellular_ota_att, suite:cellular_ota_sprint, suite:cellular_ota_verizon" 12TIME = "SHORT" 13TEST_CATEGORY = "Stress" 14TEST_CLASS = "network" 15TEST_TYPE = "client" 16DEPENDENCIES = "modem:fibocom-l850gl" 17 18DOC = """ 19 Stress-tests enabling and disabling a technology at short intervals. 20""" 21 22from autotest_lib.client.cros.cellular import test_environment 23 24test_env = test_environment.CellularOTATestEnvironment() 25job.run_test('cellular_StressEnable', tag='fibocom-l850gl', test_env=test_env) 26