about summary refs log tree commit diff
path: root/nixos/tests/airsonic.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-07-19nixosTests.airsonic: fix failure (type error)kilianar1-1/+2
airsonic_is_up should return a bool, but machine.succeed returns a string causing testScriptWithTypes to fail. This is fixed by executing the cmd with machine.execute and checking the status code.
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2021-11-21nixos/qemu-vm: default memorySize 384 -> 1024Artturin1-4/+0
the default hasn't been changed since 2009 this can improve our test performances nixos/tests: remove explicit memorySize <1024 1024MiB is now the default
2021-05-03airsonic: add test for moduleSumner Evans1-0/+32