add udp source port test
This commit is contained in:
parent
a2edd6a46d
commit
1a62694a3b
4 changed files with 58 additions and 2 deletions
|
@ -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/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue