| # Copyright 2016 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 = 'jorgelo' |
| NAME = 'android_Invariants' |
| TIME = 'SHORT' |
| TEST_TYPE = 'Server' |
| # No Android test supports server-side packaging. |
| REQUIRE_SSP = False |
| |
| DOC = """ |
| A simple test to verify basic characteristics common to all Android devices. |
| """ |
| |
| def run(machine): |
| job.run_test('android_Invariants', host=hosts.create_host(machine)) |
| |
| parallel_simple(run, machines) |