This is necessary to start sheepdog with all the nodes stably. Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp> --- tests/060 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/060 b/tests/060 index 8309619..e9f51ea 100755 --- a/tests/060 +++ b/tests/060 @@ -46,6 +46,7 @@ _reboot_without_collie_shutdown() _kill_sheep 0 _wait_for_sheep_stop _start_sheep 0 + _wait_for_sheep 1 for i in `seq 1 7`; do _start_sheep $i -- 1.8.1.3.566.gaa39828 |