add ipv6 tests

This commit is contained in:
clowwindy
2014-11-08 02:28:37 +08:00
parent e476a54658
commit fa31a233b6
5 changed files with 24 additions and 3 deletions

View File

@ -28,5 +28,6 @@ script:
- python tests/test.py -c tests/server-multi-ports.json
- python tests/test.py -s tests/server-multi-passwd.json -c tests/server-multi-passwd-client-side.json
- python tests/test.py -c tests/workers.json
- python tests/test.py -s tests/ipv6.json -c tests/ipv6-client-side.json
- python tests/test.py -b "-m rc4-md5 -k testrc4 -s 127.0.0.1 -p 8388" -a "-m rc4-md5 -k testrc4 -s 127.0.0.1 -p 8388 -l 1081"
- python tests/test.py -b "-m aes-256-cfb -k testrc4 -s 127.0.0.1 -p 8388" -a "-m aes-256-cfb -k testrc4 -s 127.0.0.1 -p 8388 -l 1081"