add udp source port test

This commit is contained in:
clowwindy 2015-07-10 15:02:33 +08:00
parent a2edd6a46d
commit 1a62694a3b
4 changed files with 58 additions and 2 deletions

View file

@ -24,6 +24,8 @@ function run_test {
return 0
}
pip install PySocks
python --version
coverage erase
mkdir tmp
@ -69,7 +71,7 @@ if [ -f /proc/sys/net/ipv4/tcp_fastopen ] ; then
fi
run_test tests/test_large_file.sh
run_test tests/test_udp_src.sh
run_test tests/test_command.sh
coverage combine && coverage report --include=shadowsocks/*