# 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 = 'sbasi' NAME = 'brillo_Gtests' TIME = 'MEDIUM' TEST_TYPE = 'Server' SUITE = '' DOC = """ This test runs all the native gTests found on a Brillo DUT. """ def run(machine): job.run_test('brillo_Gtests', host=hosts.create_host(machine)) parallel_simple(run, machines)