1# Copyright (c) 2012 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 = "ChromeOS Team" 6NAME = "stub_Pass.bluetooth" 7PURPOSE = "Demonstrate DEPENDENCIES in autotests." 8CRITERIA = "This test will always succeed." 9DEPENDENCIES = "bluetooth" 10ATTRIBUTES = "suite:stub, suite:push_to_prod, suite:skylab_staging_test" 11TIME = "SHORT" 12TEST_CATEGORY = "General" 13TEST_CLASS = "stub" 14TEST_TYPE = "client" 15PY_VERSION = 3 16 17DOC = """ 18This is a helper test that can only run on bluetooth devices, 19and should succeed trivially. 20""" 21 22job.run_test('stub_Pass', tag='bluetooth') 23