blob: c73602c65201853a6e3bba9829e1da130e3a9c48 [file] [log] [blame]
# Copyright (c) 2014 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 utils
AUTHOR = 'chromeos-gfx'
NAME = 'telemetry_GpuTests.webgl_conformance'
SUITE = 'graphics, perf_v2'
TIME = 'LONG'
TEST_CATEGORY = 'Functional'
TEST_CLASS = 'gl'
TEST_TYPE = 'server'
DOC = """
This server control file executes the GPU telemetry test: webgl_conformance.
Pass local=True to run with local telemetry and no AFE server.
"""
def run_test(machine):
host = hosts.create_host(machine)
job.run_test('telemetry_GpuTests', host=host, test='webgl_conformance',
args=utils.args_to_dict(args))
parallel_simple(run_test, machines)