Commit graph

5 commits

Author SHA1 Message Date
Michael DeHaan
2c2113430f chmod +x 2012-08-30 19:43:14 -04:00
Jeroen Hoekx
ac0ee3d006 wait_for: remove restarted, add delay, rename name to host, make port required. 2012-08-24 20:58:05 +02:00
Jeroen Hoekx
79fffdae87 Change wait_for return message to be machine readable. 2012-08-24 20:47:55 +02:00
Jeroen Hoekx
0323d887df Add a state parameter to the wait_for module.
This takes started, stopped and restarted.

Started returns when connecting is possible.
Stopped when connecting is not possible.
Restarted first waits for connecting to be impossible and returns when it is
possible again.
2012-08-24 19:08:45 +02:00
Jeroen Hoekx
5deac26a0e Add the wait_for module.
This module waits until a specific port on a given host can be connected to.
2012-08-23 19:41:26 +02:00