You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
618 B
22 lines
618 B
# Copyright 2015 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 = "kathrelkeld"
|
|
NAME = "stress_ClientTestReboot.touchUpdate"
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "Stress"
|
|
TEST_TYPE = "server"
|
|
|
|
DOC = """
|
|
This test reboots the machine and checks whether any touch update errors occur.
|
|
"""
|
|
|
|
def run_reboot_stress(machine):
|
|
job.run_test('stress_ClientTestReboot', client_ip=machine,
|
|
testname='touch_UpdateErrors', loops=100)
|
|
|
|
parallel_simple(run_reboot_stress, machines)
|