tendermint/test/p2p
Anton Kalyaev 57f3592411 fix 2 errors when running p2p tests more than once
Error #1:

```
Error response from daemon: network with name local_testnet already exists
```

Fixed by stopping and removing local_testnet containers and removing
the network

Error #2:

```
docker: Error response from daemon: Conflict. The name "/test_container_basic" is already in use by container a7cd15d479a964675e7f259de4ed852e7dfef85b447514728f437cd0b980a709. You have to remove (or rename) that container to beable to reuse that name..
```

Fixed by adding `--rm` flag.
2016-12-21 19:18:18 -05:00
..
atomic_broadcast test: more cleanup on p2p 2016-12-12 16:00:21 -05:00
basic test: more cleanup on p2p 2016-12-12 16:00:21 -05:00
data tests: broadcast_tx with tmsp; p2p 2016-07-24 14:08:47 -04:00
fast_sync rename COUNT to ID 2016-12-21 19:18:18 -05:00
clean.sh test: refactor bash; test fastsync (failing) 2016-08-27 14:50:07 -04:00
client.sh fix 2 errors when running p2p tests more than once 2016-12-21 19:18:18 -05:00
ip.sh test: refactor bash; test fastsync (failing) 2016-08-27 14:50:07 -04:00
local_testnet_start.sh fix 2 errors when running p2p tests more than once 2016-12-21 19:18:18 -05:00
local_testnet_stop.sh fix 2 errors when running p2p tests more than once 2016-12-21 19:18:18 -05:00
peer.sh test: refactor bash; test fastsync (failing) 2016-08-27 14:50:07 -04:00
test.sh fix 2 errors when running p2p tests more than once 2016-12-21 19:18:18 -05:00