blob: f88b4b2b0aacadab77fc86474aea4050a6407654 [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 = 'wiley@chromium.org'
NAME = 'network_BasicProfileProperties'
PURPOSE = 'Verify shill implements basic Profile DBus accessors correctly.'
SUITE = 'network_nightly'
TIME = 'SHORT'
TEST_CATEGORY = 'Functional'
TEST_CLASS = 'network'
TEST_TYPE = 'client'
DOC = """
This test fails if basic DBus properties exposed by shill fail to work as
expected. In particular, we'll check that a test profile has an entry for
an ethernet service that is a favorite, because ethernet is always a favored
service type.
"""
job.run_test('network_BasicProfileProperties')