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