Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fix breakage
Browse files Browse the repository at this point in the history
This wasn't spotted because #1065, which removed launch-dns, got
merged just before #1126, which introduced this test.
  • Loading branch information
rade committed Jul 14, 2015
1 parent b4f53ed commit 86448a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/680_proxy_hostname_derivation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ start_container() {

start_suite "Hostname derivation through container name substitutions"

weave_on $HOST1 launch-dns 10.2.254.1/24
weave_on $HOST1 launch-router
weave_on $HOST1 launch-proxy --hostname-match '^[^-]+-(?P<appname>[^-]*)-[^-]+$' --hostname-replacement '$appname'

start_container -e WEAVE_CIDR=$C1/24 --name=$CNAME1
Expand Down

0 comments on commit 86448a1

Please sign in to comment.