blob: 15374bf7e6231e7492ec1679d97f2077cdd6b191 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6multi
7multi-threaded
8wakeup
9</keywords>
10</info>
11
12# Server-side
13<reply>
14<data nocheck="yes">
15HTTP/1.1 200 OK
16Content-Length: 3
17
18OK
19</data>
20</reply>
21
22# Client-side
23<client>
24<features>
25wakeup
26</features>
27<server>
28http
29</server>
30<tool>
31lib%TESTNUMBER
32</tool>
33<name>
34wakeup from another thread
35</name>
36<command>
37http://%HOSTIP:%HTTPPORT/1
38</command>
39</client>
40
41# Verify data after the test has been "shot"
42<verify>
43</verify>
44</testcase>