22 lines
657 B
Plaintext
Executable File
22 lines
657 B
Plaintext
Executable File
# Copyright (c) 2012 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 = "Chrome OS Team"
|
|
NAME = "dummy_Pass.bluetooth"
|
|
PURPOSE = "Demonstrate DEPENDENCIES in autotests."
|
|
CRITERIA = "This test will always succeed."
|
|
DEPENDENCIES = "bluetooth"
|
|
ATTRIBUTES = "suite:dummy, suite:push_to_prod, suite:skylab_staging_test"
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "General"
|
|
TEST_CLASS = "dummy"
|
|
TEST_TYPE = "client"
|
|
|
|
DOC = """
|
|
This is a helper test that can only run on bluetooth devices,
|
|
and should succeed trivially.
|
|
"""
|
|
|
|
job.run_test('dummy_Pass', tag='bluetooth')
|