| # Copyright (c) 2011 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_ConnmanPowerStateTracking" |
| PURPOSE = "Checks whether connman tracks device power state properly." |
| CRITERIA = """ |
| This test fails if flimflam's state ever fails to match the modem's state. |
| """ |
| |
| TIME = "SHORT" |
| TEST_CATEGORY = "Functional" |
| TEST_CLASS = "network" |
| TEST_TYPE = "client" |
| |
| DOC = """ |
| Enables and disables the modem through the modem's DBus interface, checking |
| flimflam's state to see if it keeps up. |
| """ |
| |
| job.run_test('network_ConnmanPowerStateTracking') |