Skip to content

Commit

Permalink
Merge pull request #3800 from weaveworks/fix-312-localhost
Browse files Browse the repository at this point in the history
fix (integration tests): replace localhost with 127.0.0.1
  • Loading branch information
bboreham authored Jun 11, 2020
2 parents 2021c74 + 8807aef commit f16f321
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 f16f321

Please sign in to comment.