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