test1560 572 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <testcase>
  2. <info>
  3. <keywords>
  4. unittest
  5. URL API
  6. </keywords>
  7. </info>
  8. #
  9. # Client-side
  10. <client>
  11. <server>
  12. none
  13. </server>
  14. <features>
  15. file
  16. https
  17. http
  18. pop3
  19. smtp
  20. imap
  21. ldap
  22. dict
  23. ftp
  24. </features>
  25. <name>
  26. URL API
  27. </name>
  28. <tool>
  29. lib1560
  30. </tool>
  31. </client>
  32. <verify>
  33. <stdout>
  34. we got [fe80::20c:29ff:fe9c:409b]
  35. we got https://[::1]/hello.html
  36. we got https://example.com/hello.html
  37. we got https://[fe80::20c:29ff:fe9c:409b%25eth0]/hello.html
  38. we got [fe80::20c:29ff:fe9c:409b]
  39. we got eth0
  40. we got https://[fe80::20c:29ff:fe9c:409b%25clown]/hello.html
  41. success
  42. </stdout>
  43. </verify>
  44. </testcase>