You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
268 B

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#P2', 'here', 15)
b.rendezvous(*us)
print "--STEPTEST-- payload1 complete"
print "--STEPTEST-- payload2 complete"