# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

AUTHOR = 'quiche, pstew'
NAME = 'network_RestartShill'
TIME = 'SHORT'
TEST_TYPE = 'client'

DOC = """
  Tests that we can restart shill. Used by the network_DiskFull
  server test.
"""

job.run_test(
    'network_RestartShill', remove_profile=True, tag='profile_missing')
job.run_test(
    'network_RestartShill', remove_profile=False, tag='profile_exists')