1# Copyright (c) 2013 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 = "Chrome OS Team" 6NAME = "dummy_Fail.dependency" 7PURPOSE = """ 8Test if dependency is properly processed, the test should be shown as TEST_NA in 9suite job result. 10""" 11CRITERIA = "This test will never succeed." 12ATTRIBUTES = "suite:push_to_prod, suite:skylab_staging_test" 13DEPENDENCIES = "no_such_dependency" 14TIME = "SHORT" 15TEST_CATEGORY = "General" 16TEST_CLASS = "dummy" 17TEST_TYPE = "client" 18 19DOC = """ 20This is a helper test that will fail in a number of ways. 21""" 22 23job.run_test('dummy_Fail', tag='Error', to_throw='TestError') 24