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()`.
|