about summary refs log tree commit diff
path: root/nixos/tests/ncdns.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-06-11nixos/tests: fix type mismatch in wait_for_open_portrnhmjoj1-2/+2
Fix some fallout from de3e423 (PR #171280).
2022-04-14nixos/tests/ncdns: fix testrnhmjoj1-9/+6
1. Add another wait_for_unit("pdns-recursor") (this is needed when DNSSEC is disabled) 2. Make everything IPv6
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-09-25nixos/tests/ncdns: more tests and disable DNSSECrnhmjoj1-17/+36
- DNSSEC is currently disable because it's failing - Separately test .bit domain on ncdns and pdns-recursor - Test for the SOA record of the bit. zone
2020-06-14nixos/tests/ncdns: add testrnhmjoj1-0/+77