• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2020 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
5
6AUTHOR = "kirtika"
7NAME = "stress_ClientTestReboot.graphics"
8TIME = "MEDIUM"
9TEST_CATEGORY = "Functional"
10TEST_CLASS = "Stress"
11TEST_TYPE = "server"
12
13DOC = """
14This test reboots the machine and checks whether GL/GLES works on each boot.
15"""
16
17def run_reboot_stress(machine):
18    job.run_test('stress_ClientTestReboot', client_ip=machine,
19                 testname='graphics_Sanity', loops=100)
20
21parallel_simple(run_reboot_stress, machines)
22