From 5da14042f70711ea5cf66e034699730335462f66 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 14:08:03 +0200 Subject: Merging upstream version 1.45.3+dfsg. Signed-off-by: Daniel Baumann --- src/fluent-bit/lib/monkey/qa/simple.htt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/fluent-bit/lib/monkey/qa/simple.htt (limited to 'src/fluent-bit/lib/monkey/qa/simple.htt') 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 +# +# 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 -- cgit v1.2.3