about summary refs log tree commit diff
path: root/nixos-tests
diff options
context:
space:
mode:
Diffstat (limited to 'nixos-tests')
-rw-r--r--nixos-tests/postgres-smoke-test.nix2
-rw-r--r--nixos-tests/smoke-test.nix2
-rw-r--r--nixos-tests/webmention-test.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/nixos-tests/postgres-smoke-test.nix b/nixos-tests/postgres-smoke-test.nix
index f2526c3..a435283 100644
--- a/nixos-tests/postgres-smoke-test.nix
+++ b/nixos-tests/postgres-smoke-test.nix
@@ -1,6 +1,6 @@
 kittybox:
 { lib, ... }: {
-  name = "nixos-kittybox";
+  name = "nixos-kittybox-postgres";
 
   nodes = {
     kittybox = { config, pkgs, lib, ... }: {
diff --git a/nixos-tests/smoke-test.nix b/nixos-tests/smoke-test.nix
index 74691a6..fc15abb 100644
--- a/nixos-tests/smoke-test.nix
+++ b/nixos-tests/smoke-test.nix
@@ -1,6 +1,6 @@
 kittybox:
 { lib, ... }: {
-  name = "nixos-kittybox";
+  name = "nixos-kittybox-file";
 
   nodes = {
     kittybox = { config, pkgs, lib, ... }: {
diff --git a/nixos-tests/webmention-test.nix b/nixos-tests/webmention-test.nix
index 105beb8..bcd47e1 100644
--- a/nixos-tests/webmention-test.nix
+++ b/nixos-tests/webmention-test.nix
@@ -5,7 +5,7 @@ kittybox:
     192.168.2.102 another.test
   '';
 in {
-  name = "nixos-kittybox";
+  name = "nixos-kittybox-webmention";
 
   nodes = {
     kittybox = { config, pkgs, lib, ... }: {