blob: 2595ef30cb4b0c7d769e1bc7240c4e5039b3e8ed [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_BT"
PURPOSE = "Demonstrate DEPENDENCIES in autotests."
CRITERIA = "This test will always succeed."
DEPENDENCIES = "bluetooth"
SUITE = "dummy"
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')