aboutsummaryrefslogtreecommitdiff
path: root/server/site_tests/stress_ClientTestReboot/control.graphics
diff options
context:
space:
mode:
Diffstat (limited to 'server/site_tests/stress_ClientTestReboot/control.graphics')
-rw-r--r--server/site_tests/stress_ClientTestReboot/control.graphics21
1 files changed, 0 insertions, 21 deletions
diff --git a/server/site_tests/stress_ClientTestReboot/control.graphics b/server/site_tests/stress_ClientTestReboot/control.graphics
deleted file mode 100644
index 3018d43353..0000000000
--- a/server/site_tests/stress_ClientTestReboot/control.graphics
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2020 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 = "kirtika"
-NAME = "stress_ClientTestReboot.graphics"
-TIME = "MEDIUM"
-TEST_CATEGORY = "Functional"
-TEST_CLASS = "Stress"
-TEST_TYPE = "server"
-
-DOC = """
-This test reboots the machine and checks whether GL/GLES works on each boot.
-"""
-
-def run_reboot_stress(machine):
- job.run_test('stress_ClientTestReboot', client_ip=machine,
- testname='graphics_Sanity', loops=100)
-
-parallel_simple(run_reboot_stress, machines)