Unverified Commit 0e37e9be authored by Arian van Putten's avatar Arian van Putten Committed by Philip Taron
Browse files

nixos/tests/ec2: rename ec2-nixops to ec2-userdata

This is more accurate.

People dismissed failures in the past in this test because of the name.
We don't want that. The test is important! It tests that SSH works!

Hopefully this helps with https://github.com/NixOS/nixpkgs/pull/340489#issuecomment-2531494744
parent 448b9932
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -490,7 +490,7 @@ in
  earlyoom = runTestOn [ "x86_64-linux" ] ./earlyoom.nix;
  easytier = runTest ./easytier.nix;
  ec2-image = runTest ./ec2-image.nix;
  ec2-nixops = (handleTestOn [ "x86_64-linux" ] ./ec2.nix { }).ec2-nixops or { };
  ec2-userdata = (handleTestOn [ "x86_64-linux" ] ./ec2.nix { }).ec2-userdata or { };
  echoip = runTest ./echoip.nix;
  ejabberd = runTest ./xmpp/ejabberd.nix;
  elk = handleTestOn [ "x86_64-linux" ] ./elk.nix { };
+2 −2
Original line number Diff line number Diff line
@@ -44,8 +44,8 @@ let

in
{
  ec2-nixops = makeEc2Test {
    name = "nixops-userdata";
  ec2-userdata = makeEc2Test {
    name = "ec2-userdata";
    meta.timeout = 600;
    inherit image;
    sshPublicKey = snakeOilPublicKey; # That's right folks! My user's key is also the host key!