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" 8TIME = 'SHORT' 9TEST_TYPE = 'client' 10 11DOC = """ 12This test verifies that shill init and login / logout scripts work correctly 13and fails if file operations or DBus calls do not work as expected. This test 14depends on the ifconfig utility to both disable and reenable a network 15interface. 16 17""" 18 19job.run_test('network_ShillInitScripts', iface_name='all', tag='all') 20