1AUTHOR = "Colby Ranger <cranger@google.com>" 2TIME = "MEDIUM" 3NAME = "Barrier Test" 4TEST_TYPE = "client" 5TEST_CATEGORY = "Functional" 6TEST_CLASS = "Stress" 7DOC = """\ 8This tests barriers which can be used for multiple threads/processes/hosts 9to coordinate within a test. This is for testing Autotest itself. 10""" 11 12job.run_test('barriertest') 13