| # Copyright (c) 2013 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 = "quiche@chromium.org" |
| NAME = "network_DefaultProfileServices" |
| PURPOSE = "Verify that shill creates Services from the default profile" |
| SUITE = "network_nightly" |
| CRITERIA = """ |
| This test fails if a service which was persisted to the default profile |
| is not instantiated when shill starts up. |
| """ |
| TIME = "SHORT" |
| TEST_CATEGORY = "Functional" |
| TEST_CLASS = "network" |
| TEST_TYPE = "client" |
| |
| DOC = """ |
| Tests that, when shill starts, it instantiates Services for services |
| which are in the persistent default profile. |
| |
| """ |
| |
| job.run_test('network_DefaultProfileServices') |