blob: e23fd31e0ec39e5517d957b554875ca9eeede6fd [file] [log] [blame]
# Copyright (c) 2010 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 = "Aviv Keshet"
NAME = "dummy_retry_alwaysflake"
PURPOSE = "Demonstrate failure methods of autotests."
CRITERIA = "This test will never succeed."
SUITE = "dummyflake"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "dummy"
TEST_TYPE = "client"
RETRIES = 5
DOC = """
This is a dummy test that will be attempted 6 times, but always fail
with TestFailRetry.
"""
job.run_test('dummy_Fail', tag='Fail', to_throw='TestFailRetry')