summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJacek Galowicz <jacek.galowicz@cyberus-technology.de>2020-02-13 21:31:58 +0100
committerFlorian Klink <flokli@flokli.de>2020-08-23 10:25:31 +0200
commit20d09ec3d1b7a21ee3979027f886576ddc2b9342 (patch)
tree0b99dbd01b591d9d2d9972698fd26b32723b0b1e /nixos
parentc32369676ba85d572758abaaa438513bbed92175 (diff)
downloadnixpkgs-20d09ec3d1b7a21ee3979027f886576ddc2b9342.tar
nixpkgs-20d09ec3d1b7a21ee3979027f886576ddc2b9342.tar.gz
nixpkgs-20d09ec3d1b7a21ee3979027f886576ddc2b9342.tar.bz2
nixpkgs-20d09ec3d1b7a21ee3979027f886576ddc2b9342.tar.lz
nixpkgs-20d09ec3d1b7a21ee3979027f886576ddc2b9342.tar.xz
nixpkgs-20d09ec3d1b7a21ee3979027f886576ddc2b9342.tar.zst
nixpkgs-20d09ec3d1b7a21ee3979027f886576ddc2b9342.zip
nixosTests.ec2-config: Add to all-tests.nix
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 0ce5f89b27c..58ee1c920ad 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -86,8 +86,7 @@ in
   documize = handleTest ./documize.nix {};
   dokuwiki = handleTest ./dokuwiki.nix {};
   dovecot = handleTest ./dovecot.nix {};
-  # ec2-config doesn't work in a sandbox as the simulated ec2 instance needs network access
-  #ec2-config = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-config or {};
+  ec2-config = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-config or {};
   ec2-nixops = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-nixops or {};
   ecryptfs = handleTest ./ecryptfs.nix {};
   ejabberd = handleTest ./xmpp/ejabberd.nix {};