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="Template test all good"
|
||||
|
||||
config_file="default.config"
|
||||
config_file="./Tester/test1.config"
|
||||
port=4040
|
||||
host="localhost"
|
||||
|
||||
@@ -35,7 +35,7 @@ run_this_test()
|
||||
{
|
||||
echo "----- $test_name -----"
|
||||
echo -e "$_RED$request$_END"
|
||||
} >> telnet.out
|
||||
} >> telnet.log
|
||||
# } &>> test.log
|
||||
# } 2>>&1
|
||||
# } &>> /dev/stdout
|
||||
@@ -47,7 +47,7 @@ run_this_test()
|
||||
# } > /dev/stdout
|
||||
# echo -e "\n\n\n------\n\n\n" >> telnet.out
|
||||
# echo -e "\n\n\n------\n\n\n" &> /dev/stdout
|
||||
echo -e "\n\n" >> telnet.out
|
||||
echo -e "\n\n" >> telnet.log
|
||||
# echo -e "\n\n------\n\n" >> telnet.out
|
||||
# echo -e "\n------\n" > /dev/stdout
|
||||
# run_a_test
|
||||
|
||||
Reference in New Issue
Block a user