2016-11-13 15:27:57 -05:00
|
|
|
<testcase>
|
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FILE
|
|
|
|
--proto-default
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
foo
|
|
|
|
bar
|
|
|
|
bar
|
|
|
|
foo
|
|
|
|
moo
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
file
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
--proto-default file
|
|
|
|
</name>
|
2018-10-04 17:53:32 -04:00
|
|
|
<command option="no-include">
|
2021-03-12 11:38:26 -05:00
|
|
|
--proto-default file %PWD/log/test%TESTNUMBER.txt
|
2016-11-13 15:27:57 -05:00
|
|
|
</command>
|
2021-03-12 11:38:26 -05:00
|
|
|
<file name="log/test%TESTNUMBER.txt">
|
2016-11-13 15:27:57 -05:00
|
|
|
foo
|
|
|
|
bar
|
|
|
|
bar
|
|
|
|
foo
|
|
|
|
moo
|
|
|
|
</file>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<errorcode>
|
|
|
|
0
|
|
|
|
</errorcode>
|
|
|
|
</verify>
|
|
|
|
</testcase>
|