blob: 68b4edcf41130e58c9cc3fe0cd69a98be8409d89 [file] [log] [blame]
mblighfaa0df42008-07-09 01:57:25 +00001AUTHOR = "Colby Ranger <cranger@google.com>"
jadmanski6e66c072008-06-06 16:22:59 +00002TIME = "MEDIUM"
3NAME = "Barrier Test"
4TEST_TYPE = "client"
5TEST_CATEGORY = "Functional"
6TEST_CLASS = "Stress"
7DOC = """\
mblighfaa0df42008-07-09 01:57:25 +00008This tests barriers which can be used for multiple threads/processes/hosts
9to coordinate within a test. This is for testing Autotest itself.
jadmanski6e66c072008-06-06 16:22:59 +000010"""
mblighfaa0df42008-07-09 01:57:25 +000011
12job.run_test('barriertest')