| # 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, pstew' |
| NAME = 'network_DefaultProfileServices' |
| # TODO(ihf): Move back to bvt-cq after crbug.com/609840 is fixed. |
| ATTRIBUTES = "suite:bvt-perbuild, subsystem:network" |
| TIME = 'SHORT' |
| TEST_TYPE = 'client' |
| JOB_RETRIES = 2 |
| |
| DOC = """ |
| Tests that, when shill starts, it instantiates Services for services |
| which are in the persistent default profile. |
| |
| """ |
| |
| job.run_test('network_DefaultProfileServices') |