1# Copyright (c) 2012 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = 'pstew, quiche, wiley' 6NAME = 'network_ShillInitScripts' 7ATTRIBUTES = "suite:network_nightly" 8SUITE = 'network_nightly' 9TIME = 'SHORT' 10TEST_TYPE = 'client' 11 12DOC = """ 13This test verifies that shill init and login / logout scripts work correctly 14and fails if file operations or DBus calls do not work as expected. This test 15depends on the ifconfig utility to both disable and reenable a network 16interface. 17 18""" 19 20job.run_test('network_ShillInitScripts', iface_name='all', tag='all') 21