# 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, pstew, quiche' NAME = 'network_BasicProfileProperties' ATTRIBUTES = "suite:network_nightly" SUITE = 'network_nightly' TIME = 'SHORT' 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')