swh-ipfs-test/README.md

12 lines
305 B
Markdown
Raw Permalink Normal View History

2022-02-02 18:57:43 +00:00
# swh-ipfs-test
Tests fetching some known-good data from IPFS, and fetching a SWHID.
Since we have no bridge, and IPFS doesn't understand SWHIDs (yet), we
currently test for this fetch to fail.
```
$ nix-build . -A driver
$ result/bin/nixos-test-driver
```
and call the Python function `test_script()`.