| AUTHOR = "Colby Ranger <cranger@google.com>" | |
| EXPERIMENTAL = 'True' # This isn't actually experimental, but it only tests | |
| # autotest itself. | |
| TIME = "MEDIUM" | |
| NAME = "Barrier Test" | |
| TEST_TYPE = "client" | |
| TEST_CATEGORY = "Functional" | |
| TEST_CLASS = "Stress" | |
| DOC = """\ | |
| This tests barriers which can be used for multiple threads/processes/hosts | |
| to coordinate within a test. This is for testing Autotest itself. | |
| """ | |
| job.run_test('barriertest') |