mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
33bea767eb
are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools.
45 lines
523 B
Plaintext
45 lines
523 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
TFTP
|
|
TFTP WRQ
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
tftp
|
|
</server>
|
|
<name>
|
|
TFTP send
|
|
</name>
|
|
<command>
|
|
-T log/test285.txt tftp://%HOSTIP:%TFTPPORT// --trace-ascii log/traceit
|
|
</command>
|
|
<file name="log/test285.txt">
|
|
a chunk of
|
|
data
|
|
sent
|
|
to server
|
|
</file>
|
|
</client>
|
|
|
|
#
|
|
# Verify pseudo protocol after the test has been "shot"
|
|
<verify>
|
|
<upload>
|
|
a chunk of
|
|
data
|
|
sent
|
|
to server
|
|
</upload>
|
|
<protocol>
|
|
opcode: 2
|
|
filename: /test285.txt
|
|
mode: octet
|
|
</protocol>
|
|
</verify>
|
|
</testcase>
|