Home | History | Annotate | Download | only in network_RestartShill
      1 # Copyright (c) 2014 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 = 'quiche, pstew'
      6 NAME = 'network_RestartShill'
      7 TIME = 'SHORT'
      8 TEST_TYPE = 'client'
      9 
     10 DOC = """
     11   Tests that we can restart shill. Used by the network_DiskFull
     12   server test.
     13 """
     14 
     15 job.run_test(
     16     'network_RestartShill', remove_profile=True, tag='profile_missing')
     17 job.run_test(
     18     'network_RestartShill', remove_profile=False, tag='profile_exists')
     19