诸暨麻将添加redis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

44 lines
567 B

  1. <testcase>
  2. <info>
  3. <keywords>
  4. SCP
  5. SCP upload
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. </reply>
  12. #
  13. # Client-side
  14. <client>
  15. <server>
  16. scp
  17. </server>
  18. <name>
  19. SCP upload
  20. </name>
  21. <command>
  22. --key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file603.txt scp://%HOSTIP:%SSHPORT%PWD/log/upload.603 --insecure
  23. </command>
  24. <file name="log/file603.txt">
  25. Test data
  26. for ssh upload test
  27. </file>
  28. </client>
  29. #
  30. # Verify data after the test has been "shot"
  31. <verify>
  32. <upload>
  33. Test data
  34. for ssh upload test
  35. </upload>
  36. <valgrind>
  37. disable
  38. </valgrind>
  39. </verify>
  40. </testcase>