blob: f310d5a59d55cf267365bf0f23dd7f906589af44 [file] [log] [blame]
NAME = 'Flaky server side test'
AUTHOR = 'scottz'
TIME = 'SHORT'
TEST_CATEGORY = 'Functional'
TEST_CLASS = 'General'
TEST_TYPE = 'server'
SUITE = 'dummyflake'
RETRIES = 2
DOC = """
Test that randomly fails half the time. Will be attempted 3 times.
"""
from autotest_lib.client.common_lib import utils
def run(machine):
host = hosts.create_host(machine)
job.run_test('flaky_test', disable_sysinfo=True)
job.parallel_simple(run, machines)