blob: dfc25faeff0ff792cbfca76d3837e6ca95ab63ed [file] [log] [blame]
# 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"
SUITE = "dummy, push_to_prod"
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')