• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2016 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 = 'jorgelo'
6NAME = 'android_Invariants'
7TIME = 'SHORT'
8TEST_TYPE = 'Server'
9# No Android test supports server-side packaging.
10REQUIRE_SSP = False
11
12DOC = """
13A simple test to verify basic characteristics common to all Android devices.
14"""
15
16def run(machine):
17    job.run_test('android_Invariants', host=hosts.create_host(machine))
18
19parallel_simple(run, machines)
20