# 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 = "ChromeOS Team" NAME = "stub_Pass.bluetooth" PURPOSE = "Demonstrate DEPENDENCIES in autotests." CRITERIA = "This test will always succeed." DEPENDENCIES = "bluetooth" ATTRIBUTES = "suite:stub, suite:push_to_prod, suite:skylab_staging_test" TIME = "SHORT" TEST_CATEGORY = "General" TEST_CLASS = "stub" TEST_TYPE = "client" PY_VERSION = 3 DOC = """ This is a helper test that can only run on bluetooth devices, and should succeed trivially. """ job.run_test('stub_Pass', tag='bluetooth')