More test stuff... make it more granular and less batch based.

This commit is contained in:
Adam Ierymenko 2015-11-02 13:17:11 -08:00
commit fd3916a49e
8 changed files with 101 additions and 221 deletions

View file

@ -13,6 +13,6 @@ CONTAINER_IMAGE=zerotier/http-test
export PATH=/bin:/usr/bin:/usr/local/bin:/usr/sbin:/sbin
pssh -h big-test-hosts -i -t 128 -p 256 "docker ps -q | xargs -r docker kill && docker ps -aq | xargs -r docker rm"
pssh -h big-test-hosts -i -t 128 -p 256 "docker ps -aq | xargs -r docker rm -f"
exit 0