Skip to content

Commit

Permalink
fix (integration tests): replace localhost with 127.0.0.1 for more pr…
Browse files Browse the repository at this point in the history
…edictable behaviour
  • Loading branch information
bboreham committed Jun 11, 2020
1 parent 2021c74 commit 8807aef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ start_suite "Test short lived connection between containers in same network name

scope_on "$HOST1" launch
docker_on "$HOST1" run -d --name nginx nginx
docker_on "$HOST1" run -d --net=container:nginx --name client albanc/dialer /go/bin/dialer connectshortlived localhost:80
docker_on "$HOST1" run -d --net=container:nginx --name client albanc/dialer /go/bin/dialer connectshortlived 127.0.0.1:80

wait_for_containers "$HOST1" 60 nginx client

Expand Down

0 comments on commit 8807aef

Please sign in to comment.