summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/mghttpd01/mghttpd01.scn
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-02-26 16:19:20 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-04-07 16:15:39 -0600
commitdf6d765c3aa13d7f83b602127cb9aa97c592c7cf (patch)
tree48b19f766610da7ca99bd40920f816fb1a4a0215 /testsuites/libtests/mghttpd01/mghttpd01.scn
parentspec: Remove residue bsps spec files (diff)
downloadrtems-df6d765c3aa13d7f83b602127cb9aa97c592c7cf.tar.bz2
testsuites: Remove all legacy networking tests
Update #3850
Diffstat (limited to 'testsuites/libtests/mghttpd01/mghttpd01.scn')
-rw-r--r--testsuites/libtests/mghttpd01/mghttpd01.scn33
1 files changed, 0 insertions, 33 deletions
diff --git a/testsuites/libtests/mghttpd01/mghttpd01.scn b/testsuites/libtests/mghttpd01/mghttpd01.scn
deleted file mode 100644
index d3c061f0ae..0000000000
--- a/testsuites/libtests/mghttpd01/mghttpd01.scn
+++ /dev/null
@@ -1,33 +0,0 @@
-*** TEST MGHTTPD 01 ***
-Loading tarfs image ... successful
-=== Get the index.html from second Mongoose instance:
-HTTP/1.1 200 OK
-Date: Fri, 01 Jan 1988 00:00:01 GMT
-Last-Modified: Fri, 01 Jan 1988 00:00:01 GMT
-Etag: "21dae501.a2"
-Content-Type: text/html
-Content-Length: 162
-Connection: close
-Accept-Ranges: bytes
-
-<html>
-<head>
-<title>Second Instance</title>
-</head>
-
-<body>
-<h1>Second Instance</h1>
-A test page for the Mongoose web server on RTEMS.
-</body>
-</html>
-
-=== OK
-=== Get a page generated from a callback function from first Mongoose instance:
-HTTP/1.1 200 OK
-Content-Type: text/plain
-Content-Length: 47
-
-This is a message from the callback function.
-
-=== OK
-*** END OF TEST MGHTTPD 01 ***