Home | History | Annotate | Download | only in brillo_Gtests
      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 
      5 AUTHOR = 'sbasi'
      6 NAME = 'brillo_WhitelistedGtests'
      7 TIME = 'MEDIUM'
      8 TEST_TYPE = 'Server'
      9 ATTRIBUTES = 'suite:brillo-bvt,suite:brillo-smoke,suite:brillo-presubmit,suite:brillo-postsubmit'
     10 
     11 DOC = """
     12 This test runs all the whitelisted native gTests found on a Brillo DUT.
     13 
     14 """
     15 
     16 def run(machine):
     17     job.run_test('brillo_Gtests', host=hosts.create_host(machine),
     18                  use_whitelist=True)
     19 
     20 
     21 parallel_simple(run, machines)
     22