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