blob: 2bd70bddc585877136677e3181f9dfec8c33e6b3 [file] [log] [blame]
# 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')