summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorAndrew Dunham <andrew@du.nham.ca>2019-11-26 23:01:46 -0800
committerAndrew Dunham <andrew@du.nham.ca>2019-12-03 23:55:24 -0800
commitc37902dfd196bd493fcd8fc1492790ac64be0d58 (patch)
tree8fdbb568287c180ef43f28e2df3eba604ef5f5e1 /nixos/tests/all-tests.nix
parent1f0512faf681045fc523f1ae693460c30f313a02 (diff)
downloadnixpkgs-c37902dfd196bd493fcd8fc1492790ac64be0d58.tar
nixpkgs-c37902dfd196bd493fcd8fc1492790ac64be0d58.tar.gz
nixpkgs-c37902dfd196bd493fcd8fc1492790ac64be0d58.tar.bz2
nixpkgs-c37902dfd196bd493fcd8fc1492790ac64be0d58.tar.lz
nixpkgs-c37902dfd196bd493fcd8fc1492790ac64be0d58.tar.xz
nixpkgs-c37902dfd196bd493fcd8fc1492790ac64be0d58.tar.zst
nixpkgs-c37902dfd196bd493fcd8fc1492790ac64be0d58.zip
nixosTests.gvisor: add test for gvisor and gvisor as a Docker runtime
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 df65ef249e8..fbc8b511f3b 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -103,6 +103,7 @@ in
   grafana = handleTest ./grafana.nix {};
   graphite = handleTest ./graphite.nix {};
   graylog = handleTest ./graylog.nix {};
+  gvisor = handleTest ./gvisor.nix {};
   hadoop.hdfs = handleTestOn [ "x86_64-linux" ] ./hadoop/hdfs.nix {};
   hadoop.yarn = handleTestOn [ "x86_64-linux" ] ./hadoop/yarn.nix {};
   handbrake = handleTestOn ["x86_64-linux"] ./handbrake.nix {};