Read somaxconn from procfs
[MonkeyD.git] / qa / TEMPLATE
blob0303d9868d1b0a094c67fbdc18662a31971b2561
1 ###############################################################################
2 # DESCRIPTION
3 #       Test description        
5 # AUTHOR
6 #       Author Name     <author@email.here>
8 # DATE
9 #       Month_text Day_number Year_number       
11 # COMMENTS
12 #       Anything pertinent.
13 ###############################################################################
16 INCLUDE __CONFIG
18 CLIENT
19 _REQ $HOST $PORT
20 __GET / $HTTPVER
21 __Host: $HOST
22 __Connection: close
24 _EXPECT . "HTTP/1.1 200 OK"
25 _WAIT
26 END