blob: f7165b96e977922bf3ba4ed773292d813ad1e5e8 [file] [log] [blame]
# Copyright 2015 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 = 'dshi'
NAME = 'android_StubTest'
TIME = 'SHORT'
TEST_TYPE = 'Server'
SUITE = ''
# All android tests do not support server-side packaging.
REQUIRE_SSP = False
DOC = """
A stub test to verify Android device can be accessible with adb.
"""
def run(machine):
job.run_test('android_StubTest', host=hosts.create_host(machine))
parallel_simple(run, machines)