blob: 80e8c2b708842b58bcb7870d469092295fd7a8a8 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4HTTP
5FTP
6parallel
7</keywords>
8</info>
9
10#
11# Server-side
12<reply>
13<data nocheck="yes">
14HTTP/1.1 200 OK
15Content-Length: 10001
16Content-Type: text/html
17
18%repeat[1000 x hellohttp!]%
19</data>
20
21<data2 nocheck="yes">
22%repeat[1000 x hello ftp!]%
23</data2>
24
25</reply>
26
27#
28# Client-side
29<client>
30<file name="log/test%TESTNUMBER.txt">
31%repeat[1000 x hellofile!]%
32</file>
33<server>
34http
35ftp
36</server>
37<name>
38curl HTTP, FILE and FTP in parallel
39</name>
40<command option="no-output">
41http://%HOSTIP:%HTTPPORT/%TESTNUMBER file://localhost%FILE_PWD/log/test%TESTNUMBER.txt ftp://%HOSTIP:%FTPPORT/%TESTNUMBER0002 --parallel -o log/%TESTNUMBER.a -o log/%TESTNUMBER.b -o log/%TESTNUMBER.c
42</command>
43</client>
44
45#
46<verify>
47</verify>
48</testcase>