about summary refs log tree commit diff
path: root/nixos/tests/shadow.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-09-13nixos/tests/shadow: test hashedPasswordFilernhmjoj1-1/+1
2023-02-25nixos/tests/shadow: ensure hashedPassword takes precedence over ↵Lily Foster1-0/+23
initialHashedPassword
2022-10-09nixos/tests/shadow: new hashes support with libxcryptFranz Pletz1-0/+30
2022-06-04nixos/tests: fix all tests that uses wait_until_tty_matchesBobby Rong1-12/+12
2021-05-09nixos/tests/shadow: Fix linting errorsaszlig1-12/+12
Linter errors reported: 6:32 f-string is missing placeholders 7:26 f-string is missing placeholders 8:32 f-string is missing placeholders 30:32 f-string is missing placeholders 31:26 f-string is missing placeholders 32:32 f-string is missing placeholders 48:32 f-string is missing placeholders 49:26 f-string is missing placeholders 50:32 f-string is missing placeholders 76:32 f-string is missing placeholders 77:26 f-string is missing placeholders 78:32 f-string is missing placeholders Signed-off-by: aszlig <aszlig@nix.build>
2021-04-14nixos/users: require one of users.users.name.{isSystemUser,isNormalUser}Symphorien Gibol1-0/+3
As the only consequence of isSystemUser is that if the uid is null then it's allocated below 500, if a user has uid = something below 500 then we don't require isSystemUser to be set. Motivation: https://github.com/NixOS/nixpkgs/issues/112647
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.
2021-01-03nixos/tests/shadow: add switch user subtestMilan Pässler1-0/+14
2020-12-23tests/shadow: ImproveTim Steinbach1-0/+4
On slow hardware, the test was flaky. This improves it.
2020-12-23shadow: Add testTim Steinbach1-0/+98