From 628528da5af6f3c20b1cd361dafcdb1508057a7a Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Fri, 5 Aug 2016 21:20:01 -0400 Subject: [PATCH] test/net: cleanup --- circle.yml | 3 +-- test/net/test.sh | 8 +++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 23a678333..2f6141b2d 100644 --- a/circle.yml +++ b/circle.yml @@ -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) diff --git a/test/net/test.sh b/test/net/test.sh index b5809b26b..9ec03e9a2 100644 --- a/test/net/test.sh +++ b/test/net/test.sh @@ -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] + +