blob: 2a7b3ffc7a5071b488e80ea8879da838d186a8a8 [file] [log] [blame]
# Copyright 2018 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 = 'Chromium OS team'
NAME = 'tast_Runner.bvt'
TIME = 'MEDIUM'
TEST_TYPE = 'Server'
DOC = """
Run the Tast BVT suite.
Tast is an integration-testing framework analagous to the test-running portion
of Autotest. See https://chromium.googlesource.com/chromiumos/platform/tast/ for
more information.
This test runs Tast-based BVT tests against a remote DUT and reports failure if
any tests (that haven't been marked flaky) fail.
"""
def run(machine):
job.run_test("tast_Runner",
host=hosts.create_host(machine),
test_exprs=['(bvt && !arc)'])
parallel_simple(run, machines)