Commit 8807aef3 authored by Bryan Boreham's avatar Bryan Boreham
Browse files

fix (integration tests): replace localhost with 127.0.0.1 for more predictable behaviour

parent 2021c743
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment