summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-11-04 13:37:38 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2016-11-04 13:45:04 +0100
commitdaf3ba426b2558e73ef2742fab1a73c782ef62a6 (patch)
tree1004d712b3873603422366d195631b5243f00c30 /nixos/tests
parent222cfd32333c95682287040dcf66af8ed3694b0d (diff)
downloadnixpkgs-daf3ba426b2558e73ef2742fab1a73c782ef62a6.tar
nixpkgs-daf3ba426b2558e73ef2742fab1a73c782ef62a6.tar.gz
nixpkgs-daf3ba426b2558e73ef2742fab1a73c782ef62a6.tar.bz2
nixpkgs-daf3ba426b2558e73ef2742fab1a73c782ef62a6.tar.lz
nixpkgs-daf3ba426b2558e73ef2742fab1a73c782ef62a6.tar.xz
nixpkgs-daf3ba426b2558e73ef2742fab1a73c782ef62a6.tar.zst
nixpkgs-daf3ba426b2558e73ef2742fab1a73c782ef62a6.zip
cjdns test: exercise host builder logic
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/cjdns.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/cjdns.nix b/nixos/tests/cjdns.nix
index f61c82b916a..1cedf168dcb 100644
--- a/nixos/tests/cjdns.nix
+++ b/nixos/tests/cjdns.nix
@@ -57,6 +57,7 @@ import ./make-test.nix ({ pkgs, ...} : {
                   connectTo."192.168.0.1:1024}" =
                     { password = carolPassword;
                       publicKey = carolPubKey;
+                      hostname = "carol";
                     };
                 };
             };