summary refs log tree commit diff
path: root/nixos/tests/kexec.nix
diff options
context:
space:
mode:
authorFlorian Friesdorf <flo@chaoflow.net>2014-06-28 16:04:49 +0200
committerFlorian Friesdorf <flo@chaoflow.net>2014-06-28 16:05:47 +0200
commit9b7dbcc83e2b8c8fcb37bc204bba83311e17eca0 (patch)
tree59fca418d2ce4d72f5307fa603085353604ff958 /nixos/tests/kexec.nix
parent6a3e6164bd45eae413c70d3a98e32895b832539f (diff)
downloadnixpkgs-9b7dbcc83e2b8c8fcb37bc204bba83311e17eca0.tar
nixpkgs-9b7dbcc83e2b8c8fcb37bc204bba83311e17eca0.tar.gz
nixpkgs-9b7dbcc83e2b8c8fcb37bc204bba83311e17eca0.tar.bz2
nixpkgs-9b7dbcc83e2b8c8fcb37bc204bba83311e17eca0.tar.lz
nixpkgs-9b7dbcc83e2b8c8fcb37bc204bba83311e17eca0.tar.xz
nixpkgs-9b7dbcc83e2b8c8fcb37bc204bba83311e17eca0.tar.zst
nixpkgs-9b7dbcc83e2b8c8fcb37bc204bba83311e17eca0.zip
name nixos tests, close #3078
Diffstat (limited to 'nixos/tests/kexec.nix')
-rw-r--r--nixos/tests/kexec.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/kexec.nix b/nixos/tests/kexec.nix
index b09287682c0..0f0565a60e9 100644
--- a/nixos/tests/kexec.nix
+++ b/nixos/tests/kexec.nix
@@ -1,6 +1,7 @@
 # Test whether fast reboots via kexec work.
 
 import ./make-test.nix  {
+  name = "kexec";
 
   machine = { config, pkgs, ... }:
     { virtualisation.vlans = [ ]; };