nixpkgs/nixos/tests/common
Arthur Gautier a32dbada18 nixosTests: fixup tests/common/resolver to work with a local resolver
When 757a455dde refactored the zones to go
from a list to a map, this broke the tests/common/resolver helper.

reproduction:
```
let
  pkgs = import <nixpkgs> {};

  testConfig = {
    name = "resolver-repro";
    nodes = {
      acme = { nodes, ... }: {
        imports = [ (pkgs.path + /nixos/tests/common/acme/server) ];
      };
    };

    testScript = ''
    '';
  };
in pkgs.nixosTest testConfig
```
2024-10-06 15:18:45 +00:00
..
acme treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
webroot
auto-format-root-device.nix systemd-stage-1: Add assertions for unsupported options. 2023-10-30 12:15:58 +01:00
auto.nix nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
ec2.nix nixos/lib/test-driver: drop LegacyStartCommand, clean up create_machine API 2024-02-27 23:15:59 +03:00
gpg-keyring.nix nixos/tests: use sensible key type for gpg keyring 2023-07-26 20:32:51 +02:00
resolver.nix nixosTests: fixup tests/common/resolver to work with a local resolver 2024-10-06 15:18:45 +00:00
user-account.nix nixos/tests/user-account: add static uid for alice 2019-12-21 19:37:21 -05:00
wayland-cage.nix
x11.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00