summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorJulian Stecklina <js@alien8.de>2020-05-12 23:48:27 +0200
committerMichael Weiss <dev.primeos@gmail.com>2020-05-25 18:13:14 +0200
commit837ec31493bc1daf5fbbbf651199b4cee4d073b7 (patch)
tree19dc7a9b92805004d924f00d96d15156b7533ac5 /nixos/tests/all-tests.nix
parent234d95a6fc75208266049fa2f57641d6f4e5bd2a (diff)
downloadnixpkgs-837ec31493bc1daf5fbbbf651199b4cee4d073b7.tar
nixpkgs-837ec31493bc1daf5fbbbf651199b4cee4d073b7.tar.gz
nixpkgs-837ec31493bc1daf5fbbbf651199b4cee4d073b7.tar.bz2
nixpkgs-837ec31493bc1daf5fbbbf651199b4cee4d073b7.tar.lz
nixpkgs-837ec31493bc1daf5fbbbf651199b4cee4d073b7.tar.xz
nixpkgs-837ec31493bc1daf5fbbbf651199b4cee4d073b7.tar.zst
nixpkgs-837ec31493bc1daf5fbbbf651199b4cee4d073b7.zip
nixos/tests/hostname: init (check system's host name)
NixOS currently has issues with setting the FQDN of a system in a way
where standard tools work. In order to help with experimentation and
avoid regressions, add a test that checks that the hostname is
reported as the user wanted it to be.

Co-authored-by: Michael Weiss <dev.primeos@gmail.com>
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 58120987364..47ca015632c 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -134,6 +134,7 @@ in
   hitch = handleTest ./hitch {};
   hocker-fetchdocker = handleTest ./hocker-fetchdocker {};
   home-assistant = handleTest ./home-assistant.nix {};
+  hostname = handleTest ./hostname.nix {};
   hound = handleTest ./hound.nix {};
   hydra = handleTest ./hydra {};
   hydra-db-migration = handleTest ./hydra/db-migration.nix {};