• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2020 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 = 'jiyounha'
6NAME = 'cheets_LabDependencies'
7TIME = 'FAST'
8TEST_CATEGORY = ""
9TEST_TYPE = 'Server'
10DEPENDENCIES = 'arc'
11ATTRIBUTES = ('suite:bvt-perbuild')
12JOB_RETRIES = 0
13
14DOC = """
15This test will fail if correct dependencies are not installed in the testing environment.
16"""
17
18def run(machine):
19    host = hosts.create_host(machine)
20    job.run_test('cheets_LabDependencies', host=host)
21
22parallel_simple(run, machines)
23