mirror of https://github.com/docker/docs.git
regression for 0.2.0
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
This commit is contained in:
parent
88b69e0671
commit
b1803bc7e5
|
@ -12,7 +12,7 @@ function teardown() {
|
|||
start_manager
|
||||
run docker_swarm info
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "${lines[1]}" == *"Nodes: 3" ]]
|
||||
[[ "${lines[3]}" == *"Nodes: 3" ]]
|
||||
}
|
||||
|
||||
@test "docker ps -n 3 should return the 3 last containers, including non running one" {
|
||||
|
|
Loading…
Reference in New Issue