summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2023-01-13 21:47:21 +0100
committerGitHub <noreply@github.com>2023-01-13 21:47:21 +0100
commite973da60cdd84e1de9a0e510c6fbe39849d443e1 (patch)
tree662411e212d17df18095707f146f723950d6e5e8 /nixos/tests/all-tests.nix
parenteea5d792766e23b874811d88ef736a4a06f0682d (diff)
parentb25e0e8ebcd90009462765bb8c49c337ba6af082 (diff)
downloadnixpkgs-e973da60cdd84e1de9a0e510c6fbe39849d443e1.tar
nixpkgs-e973da60cdd84e1de9a0e510c6fbe39849d443e1.tar.gz
nixpkgs-e973da60cdd84e1de9a0e510c6fbe39849d443e1.tar.bz2
nixpkgs-e973da60cdd84e1de9a0e510c6fbe39849d443e1.tar.lz
nixpkgs-e973da60cdd84e1de9a0e510c6fbe39849d443e1.tar.xz
nixpkgs-e973da60cdd84e1de9a0e510c6fbe39849d443e1.tar.zst
nixpkgs-e973da60cdd84e1de9a0e510c6fbe39849d443e1.zip
Merge pull request #200225 from pacien/nixos-qemu-vm-restrictnetwork
nixos/qemu-vm: add option "restrictNetwork"
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 070c19eed92..d8d9a821ef9 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -558,6 +558,7 @@ in {
   public-inbox = handleTest ./public-inbox.nix {};
   pulseaudio = discoverTests (import ./pulseaudio.nix);
   qboot = handleTestOn ["x86_64-linux" "i686-linux"] ./qboot.nix {};
+  qemu-vm-restrictnetwork = handleTest ./qemu-vm-restrictnetwork.nix {};
   quorum = handleTest ./quorum.nix {};
   quake3 = handleTest ./quake3.nix {};
   rabbitmq = handleTest ./rabbitmq.nix {};