blob: 75fe11d8a203b0a71a3a8effc5dc79b8cb819a9e [file] [log] [blame]
import time
print "--SELFTEST-- loading test"
us = [ '127.0.0.1#P1', '127.0.0.1#P2' ]
print "--STEPTEST-- payload1 start"
b = job.barrier('127.0.0.1#P1', 'here', 15)
b.rendevous(*us)
print "--STEPTEST-- payload1 complete"
print "--STEPTEST-- payload2 complete"