source: rtems-libbsd/testsuite/mghttpd01/mghttpd01.scn @ d32a9cf

4.1155-freebsd-126-freebsd-12freebsd-9.3
Last change on this file since d32a9cf was d32a9cf, checked in by Joel Sherrill <joel.sherrill@…>, on 07/28/12 at 11:42:15

mghttpd01: Add test - does not build yet

  • Property mode set to 100644
File size: 700 bytes
Line 
1*** TEST MGHTTPD 01 ***
2Loading tarfs image ... successful
3=== Get the index.html from second Mongoose instance:
4HTTP/1.1 200 OK
5Date: Fri, 01 Jan 1988 00:00:01 GMT
6Last-Modified: Fri, 01 Jan 1988 00:00:01 GMT
7Etag: "21dae501.a2"
8Content-Type: text/html
9Content-Length: 162
10Connection: close
11Accept-Ranges: bytes
12
13<html>
14<head>
15<title>Second Instance</title>
16</head>
17
18<body>
19<h1>Second Instance</h1>
20A test page for the Mongoose web server on RTEMS.
21</body>
22</html>
23
24=== OK
25=== Get a page generated from a callback function from first Mongoose instance:
26HTTP/1.1 200 OK
27Content-Type: text/plain
28Content-Length: 47
29
30This is a message from the callback function.
31
32=== OK
33*** END OF TEST MGHTTPD 01 ***
Note: See TracBrowser for help on using the repository browser.