blob: 9ec351bc1587b89935ab76f28ca472b05d243210 [file] [log] [blame]
# 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_WhitelistedGtests'
TIME = 'MEDIUM'
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:brillo-bvt,suite:brillo-smoke,suite:brillo-presubmit,suite:brillo-postsubmit'
DOC = """
This test runs all the whitelisted native gTests found on a Brillo DUT.
"""
def run(machine):
job.run_test('brillo_Gtests', host=hosts.create_host(machine),
use_whitelist=True)
parallel_simple(run, machines)