Skip to content

Commit

Permalink
Use regular persistence settings in test, since they now survive a re…
Browse files Browse the repository at this point in the history
…start
  • Loading branch information
bboreham committed Apr 13, 2016
1 parent 890bd6b commit 484789c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/370_persist_ipam_2_test.sh
Expand Up @@ -7,13 +7,9 @@ start_suite "Checking persistence of IPAM"
launch_router_with_db() {
host=$1
shift
WEAVE_DOCKER_ARGS="-v /tmp:/db" weave_on $host launch-router --db-prefix=/db/test162- "$@"
weave_on $host launch-router "$@"
}

# Remove any persisted data from previous runs
run_on $HOST1 "sudo rm -f /tmp/test162-*"
run_on $HOST2 "sudo rm -f /tmp/test162-*"

launch_router_with_db $HOST1 $HOST2
launch_router_with_db $HOST2 $HOST1

Expand Down

0 comments on commit 484789c

Please sign in to comment.