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