about summary refs log tree commit diff
path: root/nixos/tests/atop.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-04-05nixos tests atop: don't allow unfree packagesFrederik Rietdijk1-8/+0
We are not supposed to enable the use of unfree packages in Nixpkgs.
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-6/+6
2021-09-22nixos/tests/atop: remove top-level stringrnhmjoj1-2/+0
Attributes in the top-level of a test should be derivations, otherwise they will cause an evaluation failure in hydra.
2021-05-22nixos/atop: Wait for conditionsPaul Schyska1-7/+30
I had intermittent test failures due to timing issues. This patch seems to have fixed them.
2021-05-16nixos/atop: Rework the testPaul Schyska1-105/+186
- use "with subtest" everywhere - do more in nix and less in python - use makeTest directly to define multiple tests instead of one with multiple nodes -> this enables them to run in parallel
2021-05-16nixos/atop: Add configuration for atop services, allow to enable netatop, ↵Paul Schyska1-0/+132
gpuatop, allow setuid wrapper