From 3d2bc8c2b44e39cc1349e63365a329bbe0f73874 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Thu, 5 Feb 2015 17:07:20 +0800 Subject: [PATCH] test more arguments --- .jenkins.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.jenkins.sh b/.jenkins.sh index e353605..1daa79e 100755 --- a/.jenkins.sh +++ b/.jenkins.sh @@ -35,6 +35,9 @@ run_test src/chinadns -V run_test tests/test.py -a '-c chnroute.txt -l iplist.txt' -t tests/google.com run_test tests/test.py -a '-c chnroute.txt -l iplist.txt' -t tests/facebook.com +run_test tests/test.py -a '-c chnroute.txt -s 114.114.114.114,8.8.8.8 -l iplist.txt' -t tests/google.com +run_test tests/test.py -a '-c chnroute.txt -y 0.5 -l iplist.txt' -t tests/google.com +run_test tests/test.py -a '-c chnroute.txt -b 0.0.0.0 -l iplist.txt' -t tests/google.com run_test tests/test.py -a '-c chnroute.txt -l iplist.txt' -t tests/twitter.com run_test tests/test.py -a '-d -c chnroute.txt -l iplist.txt' -t tests/twitter.com