NixOS-test script/derivation for accessing the SWH archive through IPFS
Go to file
2022-02-09 16:54:54 -03:00
.gitignore add test 2022-02-02 15:57:43 -03:00
default.nix fixup: make tests work offline 2022-02-09 16:54:54 -03:00
README.md add test 2022-02-02 15:57:43 -03: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().