1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <testcase>
- <info>
- <keywords>
- SCP
- server key check
- </keywords>
- </info>
- #
- # Server-side
- <reply>
- <data>
- test
- </data>
- </reply>
- #
- # Client-side
- <client>
- <server>
- scp
- </server>
- <name>
- SCP correct host key
- </name>
- <command>
- --hostpubmd5 %SSHSRVMD5 --key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%SSH_PWD/log/file%TESTNUMBER.txt
- </command>
- <file name="log/file%TESTNUMBER.txt">
- test
- </file>
- </client>
- #
- # Verify data after the test has been "shot"
- <verify>
- <errorcode>
- 0
- </errorcode>
- <valgrind>
- disable
- </valgrind>
- </verify>
- </testcase>
|