nixos/orangefs: add test

This commit is contained in:
Markus Kowalewski
2019-08-21 00:27:14 +02:00
committed by Markus Kowalewski
parent 8b4ce06e63
commit 7ced973114
2 changed files with 89 additions and 0 deletions

View File

@@ -205,6 +205,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 {};