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

Commit

Permalink
Use weaveworks nettest image instead of nginx in plugin test
Browse files Browse the repository at this point in the history
so we can ensure it has 'ping' in it
  • Loading branch information
bboreham committed Jun 25, 2017
1 parent d0662b5 commit 01194ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/850_plugin_v2_cross_hosts_2_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ $SSH $HOST1<<EOF
docker network create --driver="${PLUGIN_NAME}:latest" $NETWORK || true
# Otherwise no containers will be scheduled on host2
sleep 20
docker service create --name=$SERVICE --network=$NETWORK --replicas=2 nginx || true
docker service create --name=$SERVICE --network=$NETWORK --replicas=2 weaveworks/network-tester:latest || true
journalctl -r -u docker.service -n30
EOF

Expand Down

0 comments on commit 01194ee

Please sign in to comment.