summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/monkey/qa/simple.htt
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluent-bit/lib/monkey/qa/simple.htt')
-rw-r--r--src/fluent-bit/lib/monkey/qa/simple.htt26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/fluent-bit/lib/monkey/qa/simple.htt b/src/fluent-bit/lib/monkey/qa/simple.htt
new file mode 100644
index 000000000..a1538db1b
--- /dev/null
+++ b/src/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