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

Commit

Permalink
Fix test #660: pass arguments in correct order.
Browse files Browse the repository at this point in the history
  • Loading branch information
marccarre committed May 2, 2017
1 parent 95bdb90 commit fbdc220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/660_proxy_ipam_2_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ assert_no_ethwe() {

start_suite "Ping proxied containers over cross-host weave network (with IPAM)"

weave_on $HOST1 launch --ipalloc-range $UNIVERSE
weave_on $HOST2 launch --ipalloc-range --no-default-ipalloc $UNIVERSE $HOST1
weave_on $HOST1 launch --ipalloc-range $UNIVERSE
weave_on $HOST2 launch --ipalloc-range $UNIVERSE --no-default-ipalloc $HOST1

proxy_start_container $HOST1 --name=auto
proxy_start_container $HOST1 --name=none -e WEAVE_CIDR=none
Expand Down

0 comments on commit fbdc220

Please sign in to comment.