allwinner_a64/android/external/autotest/client/tests/flaky_test/control
2018-08-08 16:14:42 +08:00

15 lines
304 B
Text

NAME = 'Flaky client side test'
AUTHOR = 'scottz'
TIME = 'SHORT'
TEST_CATEGORY = 'Functional'
TEST_CLASS = 'General'
TEST_TYPE = 'client'
ATTRIBUTES = "suite:dummyflake"
RETRIES = 2
DOC = """
Test that randomly fails half the time. Will be attempted 3 times.
"""
job.run_test('flaky_test', seconds=1)