about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-02-03 18:17:02 +0100
committerGitHub <noreply@github.com>2020-02-03 18:17:02 +0100
commit136c0e4249bb31dd2911994765e5af152be24543 (patch)
tree21757ba62ba232021ccf9433a4ff6e2ea15d7d83 /nixos/tests/all-tests.nix
parentf16019c58fe7948f947cdc4d73464d82fb69300d (diff)
parent6e40a8e484c64c6a48674d36602b43625fde9821 (diff)
downloadnixlib-136c0e4249bb31dd2911994765e5af152be24543.tar
nixlib-136c0e4249bb31dd2911994765e5af152be24543.tar.gz
nixlib-136c0e4249bb31dd2911994765e5af152be24543.tar.bz2
nixlib-136c0e4249bb31dd2911994765e5af152be24543.tar.lz
nixlib-136c0e4249bb31dd2911994765e5af152be24543.tar.xz
nixlib-136c0e4249bb31dd2911994765e5af152be24543.tar.zst
nixlib-136c0e4249bb31dd2911994765e5af152be24543.zip
Merge pull request #79141 from thefloweringash/openstack-tests
nixos/tests/openstack-image: add stdenv to image for nixos-rebuild
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index e9440a4ebb71..17f36265c51a 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -213,8 +213,7 @@ in
   openldap = handleTest ./openldap.nix {};
   opensmtpd = handleTest ./opensmtpd.nix {};
   openssh = handleTest ./openssh.nix {};
-  # 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-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 {};