cmd/chihaya-e2e: add chihaya-e2e

This commit is contained in:
Leo Balduf
2018-01-21 18:35:02 +01:00
parent a5b15d69ad
commit 1a39a495d7
2 changed files with 132 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# chihaya-e2e
A very simple tool to black-box test a bittorrent tracker.
This tool uses [github.com/anacrolix/torrent/tracker](github.com/anacrolix/torrent/tracker) to make a UDP and an HTTP announce to given trackers.
It is used by chihaya for end-to-end testing the tracker during CI.