blob: 11212572d6cd51ee1e1d321c881cf262ada2a289 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FILE
5</keywords>
6</info>
7#
8# Server-side
9<reply>
10<data>
11foo
12 bar swsclose
13bar
14 foo
15moo
16</data>
17</reply>
18
19# Client-side
20<client>
21<server>
22file
23</server>
24# tool is what to use instead of 'curl'
25<tool>
26lib%TESTNUMBER
27</tool>
28
29 <name>
30simple multi file:// get
31 </name>
32 <command>
33file://%PWD/log/test%TESTNUMBER.txt
34</command>
35<file name="log/test%TESTNUMBER.txt">
36foo
37 bar swsclose
38bar
39 foo
40moo
41</file>
42</client>
43
44# Verify data after the test has been "shot"
45<verify>
46</verify>
47</testcase>