a few small fixes here and there, more telnet tests, starting Siege load testing
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
test_name="Header Test"
|
||||
|
||||
config_file="test1.config"
|
||||
config_file="./Tester/test1.config"
|
||||
port=4040
|
||||
host="localhost"
|
||||
|
||||
@@ -41,10 +41,10 @@ run_this_test()
|
||||
{
|
||||
echo "----- $test_name -----"
|
||||
echo -e "$_RED$request$_END"
|
||||
} >> telnet.out
|
||||
} >> telnet.log
|
||||
echo -e "$request"
|
||||
sleep 1
|
||||
echo -e "\n\n" >> telnet.out
|
||||
echo -e "\n\n" >> telnet.log
|
||||
done
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user