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 = 'zeuthen'
6NAME = 'brillo_Invariants'
7TIME = 'FAST'
8TEST_TYPE = 'Server'
9ATTRIBUTES = 'suite:brillo-bvt'
10SUITE = 'brillo-bvt'
11
12DOC = """
13Check for things that should look the same on all Brillo devices.
14"""
15
16def run(machine):
17    job.run_test('brillo_Invariants', dut=hosts.create_host(machine))
18
19parallel_simple(run, machines)
20