mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
60c86297bf
The tftpd test server now logs all received options and thus all TFTP test cases need to match them exactly. Extended test 283 to use and verify --tftp-blksize.
47 lines
500 B
Plaintext
47 lines
500 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
TFTP
|
|
TFTP RRQ
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
a chunk of
|
|
data
|
|
returned
|
|
to client
|
|
</data>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
tftp
|
|
</server>
|
|
<name>
|
|
TFTP retrieve
|
|
</name>
|
|
<command>
|
|
tftp://%HOSTIP:%TFTPPORT//271 --trace-ascii log/traceit
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify pseudo protocol after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
opcode: 1
|
|
mode: octet
|
|
tsize: 0
|
|
blksize: 512
|
|
timeout: 6
|
|
filename: /271
|
|
</protocol>
|
|
</verify>
|
|
</testcase>
|