diff --git a/test/integration/rescheduling.bats b/test/integration/rescheduling.bats index 6baebd9b49..5781b8744d 100644 --- a/test/integration/rescheduling.bats +++ b/test/integration/rescheduling.bats @@ -170,6 +170,9 @@ function containerRunning() { # c2 should have been rescheduled from node-1 to node-0 retry 5 1 containerRunning "c2" "node-0" + + run docker_swarm ps -aq + [ "${#lines[@]}" -eq 2 ] }