mirror of
https://github.com/curl/curl.git
synced 2024-12-27 06:59:43 +08:00
70d2fca2f6
These files are generated by the test servers and must therefore be found in the log directory to make them available to only those servers once multiple test runners are executing in parallel. They must also not be deleted with the log files, so they are stored in the pidfile directory. Ref: #10818 Closes #10875
54 lines
861 B
Plaintext
54 lines
861 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
SCP
|
|
server sha256 key check
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
test
|
|
</data>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
# so far only the libssh2 backend supports SHA256
|
|
<features>
|
|
libssh2
|
|
</features>
|
|
<server>
|
|
scp
|
|
</server>
|
|
<name>
|
|
SCP correct sha256 host key
|
|
</name>
|
|
<command>
|
|
--hostpubsha256 %SSHSRVSHA256 --key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/file%TESTNUMBER.txt
|
|
</command>
|
|
<setenv>
|
|
# Needed for MSYS2 to not treat the argument as a POSIX path list
|
|
# that has to be converted to Windows paths
|
|
MSYS2_ARG_CONV_EXCL=*
|
|
</setenv>
|
|
<file name="%LOGDIR/file%TESTNUMBER.txt">
|
|
test
|
|
</file>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
<valgrind>
|
|
disable
|
|
</valgrind>
|
|
</verify>
|
|
</testcase>
|