1# Copyright 2015 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 5AUTHOR = 'sbasi' 6NAME = 'brillo_Gtests' 7TIME = 'MEDIUM' 8TEST_TYPE = 'Server' 9SUITE = '' 10 11DOC = """ 12This test runs all the native gTests found on a Brillo DUT. 13 14""" 15 16def run(machine): 17 job.run_test('brillo_Gtests', host=hosts.create_host(machine)) 18 19 20parallel_simple(run, machines) 21