about summary refs log tree commit diff
path: root/nixos/tests/cntr.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2022-03-03nixos/tests: fix flaky cntr testJamie McClymont1-4/+16
The cntr sometimes hangs until the 10-hour hydra limit. This behaviour appears to be an edge-case related to the type of TTY in which the cntr command runs during test execution. We can work around this by running the command as a background job. I additionally added a wait_for_open_port to fix nondeterministic test failures I observed after fixing the hanging issue.
2021-09-22nixos/tests/cntr: fix evaluationrnhmjoj1-1/+1
The maintainer email address is srk@48.io, hence srk, but the attribute name in the maintainer list is actually sorki.
2021-04-07nixosTests.cntr: initRichard Marko1-0/+63