diff options
Diffstat (limited to 'fluent-bit/lib/monkey/qa/simple.htt')
-rw-r--r-- | fluent-bit/lib/monkey/qa/simple.htt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/fluent-bit/lib/monkey/qa/simple.htt b/fluent-bit/lib/monkey/qa/simple.htt new file mode 100644 index 00000000..a1538db1 --- /dev/null +++ b/fluent-bit/lib/monkey/qa/simple.htt @@ -0,0 +1,26 @@ +################################################################################ +# DESCRIPTION +# The most basic request: GET / +# +# AUTHOR +# Carlos Ghan <charlie.brown.uy@gmail.com> +# +# DATE +# June 29 2009 +# +# COMMENTS +# This test shouldn't fail ;) +################################################################################ + + +INCLUDE __CONFIG + +CLIENT +_REQ $HOST $PORT +__GET / $HTTPVER +__Host: $HOST +__Connection: close +__ +_EXPECT . "HTTP/1.1 200 OK" +_WAIT +END |