summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorAndrew Childs <lorne@cons.org.nz>2020-02-04 02:07:57 +0900
committerAndrew Childs <lorne@cons.org.nz>2020-02-04 02:07:57 +0900
commit6e40a8e484c64c6a48674d36602b43625fde9821 (patch)
tree373d51c2090b5d373024a683a812c321584d588c /nixos
parente0a734ef6b6e1c729085de6032e0f24406e71058 (diff)
nixosTests.openstack-image-userdata: re-enable
Diffstat (limited to 'nixos')
-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 282d31005f08f..a290906b599b1 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 {};