about summary refs log tree commit diff
path: root/nixos/tests/quorum.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-01-20nixosTests.quorum: use succeed everywherePatrick Hilhorst1-4/+4
2022-01-20nixosTests.quorum: use less opaque strings and more nix objectsPatrick Hilhorst1-3/+28
2022-01-20nixos/quorum: Patch test to not run indefinitelyDavid Houston1-3/+1
As written, the nixos/quorum module will simply run forever, and has been timing out in Hydra. Implement a fix for such by changing the final statement from a wait_until_succeeds to simply succeed, forcing the test to succeed or fail instead of run indefinitely.
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-11-23nixos/*: fix indentationzowoq1-1/+1
2020-03-27nixos/quorum: initMarek Mahut1-0/+79