about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorolaf <olaf@klingt.org>2022-08-05 13:01:49 +0200
committerolaf <olaf@klingt.org>2022-08-05 13:13:24 +0200
commit4e13c1f95819c46e929d6c95f2786dbc6f31ac96 (patch)
treed4a89a2ae482b57d9c61fc19991231cb112ade4e /nixos
parent5a6853b3bfb741303a956363a4b80cd20332628b (diff)
for consistency use bob in tests instead of joe
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/sympa.nix2
-rw-r--r--nixos/tests/systemd-nspawn.nix6
2 files changed, 4 insertions, 4 deletions
diff --git a/nixos/tests/sympa.nix b/nixos/tests/sympa.nix
index 76ca17d0a1890..80daa4134f75a 100644
--- a/nixos/tests/sympa.nix
+++ b/nixos/tests/sympa.nix
@@ -13,7 +13,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
             webHost = "localhost";
           };
         };
-        listMasters = [ "joe@example.org" ];
+        listMasters = [ "bob@example.org" ];
         web.enable = true;
         web.https = false;
         database = {
diff --git a/nixos/tests/systemd-nspawn.nix b/nixos/tests/systemd-nspawn.nix
index c2cb92d11301c..bc77ee2a4d158 100644
--- a/nixos/tests/systemd-nspawn.nix
+++ b/nixos/tests/systemd-nspawn.nix
@@ -10,8 +10,8 @@ let
       Key-Length: 1024
       Subkey-Type: ELG-E
       Subkey-Length: 1024
-      Name-Real: Joe Tester
-      Name-Email: joe@foo.bar
+      Name-Real: Bob Foobar
+      Name-Email: bob@foo.bar
       Expire-Date: 0
       # Do a commit here, so that we can later print "done"
       %commit
@@ -19,7 +19,7 @@ let
     EOF
     gpg --batch --generate-key foo
     rm $out/S.gpg-agent $out/S.gpg-agent.*
-    gpg --export joe@foo.bar -a > $out/pubkey.gpg
+    gpg --export bob@foo.bar -a > $out/pubkey.gpg
   '');
 
   nspawnImages = (pkgs.runCommand "localhost" { buildInputs = [ pkgs.coreutils pkgs.gnupg ]; } ''