blob: b5495e1e9db489bd33e58ca11b4266be6e714725 [file] [log] [blame]
mbligh9d97aee2006-09-23 04:45:04 +00001import time
2
3print "--SELFTEST-- loading test"
4
5us = [ '127.0.0.1#P1', '127.0.0.1#P2' ]
6
7print "--STEPTEST-- payload1 start"
8
9b = job.barrier('127.0.0.1#P2', 'here', 15)
10b.rendevous(*us)
11
12print "--STEPTEST-- payload1 complete"
13
14print "--STEPTEST-- payload2 complete"