summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-08-23 11:00:09 +0200
committerFlorian Klink <flokli@flokli.de>2020-08-23 11:00:09 +0200
commitab62d4f9f0e170ca1ed771f0c47b4eafd10e1af1 (patch)
tree3430d4801d617c6b4e1fe38784e806f8a79abbdb /nixos
parent1ddd030ee6032b42a9d0149ee4291e86696eaa13 (diff)
downloadnixpkgs-ab62d4f9f0e170ca1ed771f0c47b4eafd10e1af1.tar
nixpkgs-ab62d4f9f0e170ca1ed771f0c47b4eafd10e1af1.tar.gz
nixpkgs-ab62d4f9f0e170ca1ed771f0c47b4eafd10e1af1.tar.bz2
nixpkgs-ab62d4f9f0e170ca1ed771f0c47b4eafd10e1af1.tar.lz
nixpkgs-ab62d4f9f0e170ca1ed771f0c47b4eafd10e1af1.tar.xz
nixpkgs-ab62d4f9f0e170ca1ed771f0c47b4eafd10e1af1.tar.zst
nixpkgs-ab62d4f9f0e170ca1ed771f0c47b4eafd10e1af1.zip
nixosTests.containers-reloadable: expose test
This hasn't been available before in nixosTests.
Diffstat (limited to 'nixos')
-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 346407f9938..fdfe2cfef29 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -66,6 +66,7 @@ in
   containers-macvlans = handleTest ./containers-macvlans.nix {};
   containers-physical_interfaces = handleTest ./containers-physical_interfaces.nix {};
   containers-portforward = handleTest ./containers-portforward.nix {};
+  containers-reloadable = handleTest ./containers-reloadable.nix {};
   containers-restart_networking = handleTest ./containers-restart_networking.nix {};
   containers-tmpfs = handleTest ./containers-tmpfs.nix {};
   convos = handleTest ./convos.nix {};