mirror of
https://github.com/curl/curl.git
synced 2026-08-25 03:03:31 +03:00
test 1099: "TFTP get first a non-existing file then an existing" added disabled
as things don't work right here!
This commit is contained in:
parent
651b4b9efa
commit
082b0d822c
4 changed files with 57 additions and 9 deletions
45
tests/data/test1099
Normal file
45
tests/data/test1099
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
TFTP
|
||||
TFTP RRQ
|
||||
FAILURE
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
<reply>
|
||||
<data>
|
||||
data for 1099
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
#
|
||||
# Client-side
|
||||
<client>
|
||||
<server>
|
||||
tftp
|
||||
</server>
|
||||
<name>
|
||||
TFTP get first a non-existing file then an existing
|
||||
</name>
|
||||
<command>
|
||||
tftp://%HOSTIP:%TFTPPORT/an/invalid-file tftp://%HOSTIP:%TFTPPORT//1099 --trace-ascii log/traceit
|
||||
</command>
|
||||
</client>
|
||||
|
||||
#
|
||||
# Verify pseudo protocol after the test has been "shot"
|
||||
<verify>
|
||||
<errorcode>
|
||||
69
|
||||
</errorcode>
|
||||
<protocol>
|
||||
opcode: 1
|
||||
filename: an/invalid-file
|
||||
mode: octet
|
||||
opcode: 1
|
||||
filename: /1099
|
||||
mode: octet
|
||||
</protocol>
|
||||
</verify>
|
||||
</testcase>
|
||||
Loading…
Add table
Add a link
Reference in a new issue