/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test1093
47 строк
599 B
Viktor Szakats
tests/data: add XML prolog to test files
12 дек 2025, 19:17
Не верифицирован
12 дек 2025, 19:17
b5ea073
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> TFTP TFTP RRQ mode= </keywords> </info> # Server-side <reply> <data> a chunk of data returned to client </data> </reply> # Client-side <client> <server> tftp </server> <name> TFTP retrieve with mode=octet </name> <command> "tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER;mode=octet" --use-ascii </command> </client> # Verify pseudo protocol after the test has been "shot" <verify> <strip> ^timeout = [5-6]$ </strip> <protocol> opcode = 1 mode = octet tsize = 0 blksize = 512 filename = /%TESTNUMBER </protocol> </verify> </testcase>