summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2019-01-28 15:09:48 +0100
committerAntoine Eiche <lewo@abesis.fr>2019-02-11 20:58:44 +0100
commitd190b204f001d1446807f56eed99a73f8b89e244 (patch)
treea4611c949d4f22b5dce7846382a27b266b212570 /nixos/tests/all-tests.nix
parent849460f8789943b9758c6e782d1cc0bb8a8bd950 (diff)
downloadnixpkgs-d190b204f001d1446807f56eed99a73f8b89e244.tar
nixpkgs-d190b204f001d1446807f56eed99a73f8b89e244.tar.gz
nixpkgs-d190b204f001d1446807f56eed99a73f8b89e244.tar.bz2
nixpkgs-d190b204f001d1446807f56eed99a73f8b89e244.tar.lz
nixpkgs-d190b204f001d1446807f56eed99a73f8b89e244.tar.xz
nixpkgs-d190b204f001d1446807f56eed99a73f8b89e244.tar.zst
nixpkgs-d190b204f001d1446807f56eed99a73f8b89e244.zip
Rename `novaImage` to `openstackImage`
People don't necessary know `nova` is related to Openstack (it is a
component of Openstack). So, it is more explicit to call it
`openstackImage`.
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 7bc2f3076f1..e7040a52e30 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -159,6 +159,9 @@ 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-metadata = (handleTestOn ["x86_64-linux"] ./openstack-image.nix {}).metadata or {};
   osquery = handleTest ./osquery.nix {};
   ostree = handleTest ./ostree.nix {};
   pam-oath-login = handleTest ./pam-oath-login.nix {};