Skip to content

Commit 42ce256

Browse files
committed
also test with real website
Now that localhost is used in tests, DNS code is uncovered. Use clients1.google.com/generate_204 to test if a real website works.
1 parent 581d6e6 commit 42ce256

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/jenkins.sh

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ run_test python tests/test.py --with-coverage -b "-m rc4-md5 -k testrc4 -s 127.0
4949
run_test python tests/test.py --with-coverage -b "-m aes-256-cfb -k testrc4 -s 127.0.0.1 -p 8388 --workers 1" -a "-m aes-256-cfb -k testrc4 -s 127.0.0.1 -p 8388 -l 1081 -t 30 -qq -b 127.0.0.1"
5050
run_test python tests/test.py --with-coverage --should-fail --url="http://127.0.0.1/" -b "-m aes-256-cfb -k testrc4 -s 127.0.0.1 -p 8388 --forbidden-ip=127.0.0.1,::1,8.8.8.8" -a "-m aes-256-cfb -k testrc4 -s 127.0.0.1 -p 8388 -l 1081 -t 30 -b 127.0.0.1"
5151

52+
# test if DNS works
53+
run_test python tests/test.py --with-coverage -c tests/aes.json --url="https://clients1.google.com/generate_204"
54+
5255
# test localhost is in the forbidden list by default
5356
run_test python tests/test.py --with-coverage --should-fail --tcp-only --url="http://127.0.0.1/" -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 -t 30 -b 127.0.0.1"
5457

0 commit comments

Comments
 (0)