blob: 4addcd50b8d721e7fc2732391162aeb957c0f643 [file] [log] [blame]
# Copyright (c) 2013 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.
from autotest_lib.client.common_lib import error
from autotest_lib.server import test
class generic_RebootTest(test.test):
"""Reboot a device."""
version = 1
def run_once(self, host):
host.reboot()