Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Scope
Commits
8807aef3
Commit
8807aef3
authored
5 years ago
by
Bryan Boreham
Browse files
Options
Download
Email Patches
Plain Diff
fix (integration tests): replace localhost with 127.0.0.1 for more predictable behaviour
parent
2021c743
master
3810-cordon-control
Remove-stale-external-collaborators
aliyun-sls-master
bump-alpine
check-blank-id
cri-container-state
dependabot/go_modules/github.com/weaveworks/weave-2.6.3incompatible
feature/read-password-from-file
feature/read-password-from-file-faq
fix-build
fix-show-in
gh-pages
go-1-17-8
golangci-lint
pod-name-promql
s390x-support
scope_s390x
update-lodash
update-node-deps
update-opentracing
v1.13.2
latest_release
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
integration/312_container_to_container_edge_same_netns_test.sh
+1
-1
...ration/312_container_to_container_edge_same_netns_test.sh
with
1 addition
and
1 deletion
+1
-1
integration/312_container_to_container_edge_same_netns_test.sh
+
1
-
1
View file @
8807aef3
...
@@ -7,7 +7,7 @@ start_suite "Test short lived connection between containers in same network name
...
@@ -7,7 +7,7 @@ start_suite "Test short lived connection between containers in same network name
scope_on
"
$HOST1
"
launch
scope_on
"
$HOST1
"
launch
docker_on
"
$HOST1
"
run
-d
--name
nginx nginx
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
wait_for_containers
"
$HOST1
"
60 nginx client
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help