test726 616 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <testcase>
  2. <info>
  3. <keywords>
  4. IPFS
  5. </keywords>
  6. </info>
  7. #
  8. # Server-side
  9. <reply>
  10. </reply>
  11. #
  12. # Client-side
  13. <client>
  14. <server>
  15. http
  16. </server>
  17. <setenv>
  18. #
  19. # Set a home that doesn't have a ".ipfs" folder. %PWD should be good.
  20. # This is to prevent the automatic gateway detection from finding a gateway file in your home folder.
  21. HOME=%PWD
  22. </setenv>
  23. <name>
  24. IPFS with no gateway URL (no environment or home file either)
  25. </name>
  26. <command>
  27. ipfs://QmV5JejrpgUxnkZeFZYMxVCqAbKy3KdPXWXyuEDiMNZwUx
  28. </command>
  29. </client>
  30. #
  31. # Verify with no gateway url and no auto detection
  32. <verify>
  33. <errorcode>
  34. 37
  35. </errorcode>
  36. </verify>
  37. </testcase>