about summary refs log tree commit diff
path: root/nixos/tests/kubo
AgeCommit message (Collapse)AuthorFilesLines
2024-06-11kubo: 0.28.0 -> 0.29.0Luflosi2-4/+2
https://github.com/ipfs/kubo/releases/tag/v0.29.0 The FUSE mount functionality is no longer completely broken, so reenable the NixOS test.
2023-12-14nixos/tests/kubo: test socket activation for the GatewayLuflosi1-0/+7
Add a new test to check that accessing the Gateway socket also starts the daemon via socket activation.
2023-12-14nixos/tests/kubo: disable broken FUSE testLuflosi1-1/+3
The FUSE functionality is completely broken in Kubo v0.24.0. See https://github.com/ipfs/kubo/issues/10242.
2023-10-10nixos/tests/kubo: various improvementsLuflosi3-0/+100
Add new test to check if kubo.passthru.repoVersion is set correctly. Also split the existing NixOS VM test into two independent parts. The test already used two independent VMs but just one testScript. This made experimenting with just one of the two VMs slower than it needed to be. It should also increase parallelism slightly since both test scripts can now run at the same time.