| # 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_MobileSuspendResume.wimax" |
| PURPOSE = "Test wimax device state after suspend/resume" |
| CRITERIA = """ |
| Check the wimax state of the device after suspend and resume. Verify |
| that wimax can be enabled under all situations after resuming of device. |
| Verify that if autoconnect is turned on that the device autoconnects |
| after resuming. |
| """ |
| TIME = "SHORT" |
| TEST_CATEGORY = "Functional" |
| TEST_CLASS = "network" |
| TEST_TYPE = "client" |
| |
| DOC = """ |
| Verify that the wimax device can be enabled under all suspend/resume |
| situations. |
| """ |
| |
| # Run all scenarios twice, first with autoconnect off, then with it on |
| job.run_test('network_MobileSuspendResume', autoconnect=False, |
| tag='autoconnect_off-wimax', device_type='wimax') |
| job.run_test('network_MobileSuspendResume', autoconnect=True, |
| tag='autoconnect_on-wimax', device_type='wimax') |