test/net: cleanup

This commit is contained in:
Ethan Buchman 2016-08-05 21:20:01 -04:00
parent 45ff05d47d
commit 628528da5a
2 changed files with 8 additions and 3 deletions

View File

@ -30,7 +30,6 @@ dependencies:
test:
override:
- "cd $REPO && bash test/net/test.sh"
#- "cd $REPO && make test_integrations"
- "cd $REPO && make test_integrations"
post:
- bash <(curl -s https://codecov.io/bash)

View File

@ -33,4 +33,10 @@ go get github.com/tendermint/netmon
cd $GOPATH/src/github.com/tendermint/network_testing
bash experiments/exp_throughput.sh $DATACENTER $VALSETSIZE $BLOCKSIZE $TX_SIZE $NTXS $MACH_PREFIX $RESULTSDIR $CLOUD_PROVIDER
# TODO echo result!
# TODO: publish result!
# cleanup
mintnet destroy --machines $MACH_PREFIX[1-$VALSETSIZE]