about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-10-31 09:27:14 +0000
committerGitHub <noreply@github.com>2019-10-31 09:27:14 +0000
commitc91a1be87720fe33d09aec6007e5e3cab4c07783 (patch)
treee5beb750b01093b5127a26ee9716a78defe923fa /nixos/tests/all-tests.nix
parentcbc94a05ba4348af01b38aff13f8e28a1f77dfc8 (diff)
parent7ced973114e6a2a7d2d9cf94765b85cf10cba554 (diff)
downloadnixlib-c91a1be87720fe33d09aec6007e5e3cab4c07783.tar
nixlib-c91a1be87720fe33d09aec6007e5e3cab4c07783.tar.gz
nixlib-c91a1be87720fe33d09aec6007e5e3cab4c07783.tar.bz2
nixlib-c91a1be87720fe33d09aec6007e5e3cab4c07783.tar.lz
nixlib-c91a1be87720fe33d09aec6007e5e3cab4c07783.tar.xz
nixlib-c91a1be87720fe33d09aec6007e5e3cab4c07783.tar.zst
nixlib-c91a1be87720fe33d09aec6007e5e3cab4c07783.zip
nixos/orangefs: init at 2.9.7, add modules and test (#67591)
nixos/orangefs: init at 2.9.7, add modules and test 
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 7acfbd216f14..78b9b60f114b 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -211,6 +211,7 @@ in
   # openstack-image-userdata doesn't work in a sandbox as the simulated openstack instance needs network access
   #openstack-image-userdata = (handleTestOn ["x86_64-linux"] ./openstack-image.nix {}).userdata or {};
   openstack-image-metadata = (handleTestOn ["x86_64-linux"] ./openstack-image.nix {}).metadata or {};
+  orangefs = handleTest ./orangefs.nix {};
   os-prober = handleTestOn ["x86_64-linux"] ./os-prober.nix {};
   osquery = handleTest ./osquery.nix {};
   osrm-backend = handleTest ./osrm-backend.nix {};