blob: 04551cc461a445960d62356a0dd51c3d7d2506f3 [file] [log] [blame]
# Copyright (c) 2012 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.
NAME = "platform_HWwatchdog"
AUTHOR = "Chrome OS Team"
SUITE = "kernel_per-build_regression"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "platform"
TEST_TYPE = "server"
DOC = """
This test uses the hardware watchdog interface to make sure a machine
will reboot when expected.
"""
def run_kernel_hw_watchdog(machine):
host = hosts.create_host(machine)
job.run_test("platform_HWwatchdog", host=host)
parallel_simple(run_kernel_hw_watchdog, machines)