From 9876946f101b49daa95ff792bbd10150abaa84c8 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 6 Mar 2026 23:23:49 +0100 Subject: [PATCH] tests/overlay: Rename from `infrastructure` --- tests/{infrastructure => overlay}/default.nix | 0 tests/{infrastructure => overlay}/keys/ca.crt | 0 tests/{infrastructure => overlay}/keys/ca.key | 0 tests/{infrastructure => overlay}/keys/client1-ssh | 0 tests/{infrastructure => overlay}/keys/client1-ssh.pub | 0 tests/{infrastructure => overlay}/keys/client1.crt | 0 tests/{infrastructure => overlay}/keys/client1.key | 0 tests/{infrastructure => overlay}/keys/client2-ssh | 0 tests/{infrastructure => overlay}/keys/client2-ssh.pub | 0 tests/{infrastructure => overlay}/keys/client2.crt | 0 tests/{infrastructure => overlay}/keys/client2.key | 0 tests/{infrastructure => overlay}/keys/lighthouse.crt | 0 tests/{infrastructure => overlay}/keys/lighthouse.key | 0 tests/{infrastructure => overlay}/keys/server-ssh | 0 tests/{infrastructure => overlay}/keys/server-ssh.pub | 0 tests/{infrastructure => overlay}/keys/server.crt | 0 tests/{infrastructure => overlay}/keys/server.key | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename tests/{infrastructure => overlay}/default.nix (100%) rename tests/{infrastructure => overlay}/keys/ca.crt (100%) rename tests/{infrastructure => overlay}/keys/ca.key (100%) rename tests/{infrastructure => overlay}/keys/client1-ssh (100%) rename tests/{infrastructure => overlay}/keys/client1-ssh.pub (100%) rename tests/{infrastructure => overlay}/keys/client1.crt (100%) rename tests/{infrastructure => overlay}/keys/client1.key (100%) rename tests/{infrastructure => overlay}/keys/client2-ssh (100%) rename tests/{infrastructure => overlay}/keys/client2-ssh.pub (100%) rename tests/{infrastructure => overlay}/keys/client2.crt (100%) rename tests/{infrastructure => overlay}/keys/client2.key (100%) rename tests/{infrastructure => overlay}/keys/lighthouse.crt (100%) rename tests/{infrastructure => overlay}/keys/lighthouse.key (100%) rename tests/{infrastructure => overlay}/keys/server-ssh (100%) rename tests/{infrastructure => overlay}/keys/server-ssh.pub (100%) rename tests/{infrastructure => overlay}/keys/server.crt (100%) rename tests/{infrastructure => overlay}/keys/server.key (100%) diff --git a/tests/infrastructure/default.nix b/tests/overlay/default.nix similarity index 100% rename from tests/infrastructure/default.nix rename to tests/overlay/default.nix diff --git a/tests/infrastructure/keys/ca.crt b/tests/overlay/keys/ca.crt similarity index 100% rename from tests/infrastructure/keys/ca.crt rename to tests/overlay/keys/ca.crt diff --git a/tests/infrastructure/keys/ca.key b/tests/overlay/keys/ca.key similarity index 100% rename from tests/infrastructure/keys/ca.key rename to tests/overlay/keys/ca.key diff --git a/tests/infrastructure/keys/client1-ssh b/tests/overlay/keys/client1-ssh similarity index 100% rename from tests/infrastructure/keys/client1-ssh rename to tests/overlay/keys/client1-ssh diff --git a/tests/infrastructure/keys/client1-ssh.pub b/tests/overlay/keys/client1-ssh.pub similarity index 100% rename from tests/infrastructure/keys/client1-ssh.pub rename to tests/overlay/keys/client1-ssh.pub diff --git a/tests/infrastructure/keys/client1.crt b/tests/overlay/keys/client1.crt similarity index 100% rename from tests/infrastructure/keys/client1.crt rename to tests/overlay/keys/client1.crt diff --git a/tests/infrastructure/keys/client1.key b/tests/overlay/keys/client1.key similarity index 100% rename from tests/infrastructure/keys/client1.key rename to tests/overlay/keys/client1.key diff --git a/tests/infrastructure/keys/client2-ssh b/tests/overlay/keys/client2-ssh similarity index 100% rename from tests/infrastructure/keys/client2-ssh rename to tests/overlay/keys/client2-ssh diff --git a/tests/infrastructure/keys/client2-ssh.pub b/tests/overlay/keys/client2-ssh.pub similarity index 100% rename from tests/infrastructure/keys/client2-ssh.pub rename to tests/overlay/keys/client2-ssh.pub diff --git a/tests/infrastructure/keys/client2.crt b/tests/overlay/keys/client2.crt similarity index 100% rename from tests/infrastructure/keys/client2.crt rename to tests/overlay/keys/client2.crt diff --git a/tests/infrastructure/keys/client2.key b/tests/overlay/keys/client2.key similarity index 100% rename from tests/infrastructure/keys/client2.key rename to tests/overlay/keys/client2.key diff --git a/tests/infrastructure/keys/lighthouse.crt b/tests/overlay/keys/lighthouse.crt similarity index 100% rename from tests/infrastructure/keys/lighthouse.crt rename to tests/overlay/keys/lighthouse.crt diff --git a/tests/infrastructure/keys/lighthouse.key b/tests/overlay/keys/lighthouse.key similarity index 100% rename from tests/infrastructure/keys/lighthouse.key rename to tests/overlay/keys/lighthouse.key diff --git a/tests/infrastructure/keys/server-ssh b/tests/overlay/keys/server-ssh similarity index 100% rename from tests/infrastructure/keys/server-ssh rename to tests/overlay/keys/server-ssh diff --git a/tests/infrastructure/keys/server-ssh.pub b/tests/overlay/keys/server-ssh.pub similarity index 100% rename from tests/infrastructure/keys/server-ssh.pub rename to tests/overlay/keys/server-ssh.pub diff --git a/tests/infrastructure/keys/server.crt b/tests/overlay/keys/server.crt similarity index 100% rename from tests/infrastructure/keys/server.crt rename to tests/overlay/keys/server.crt diff --git a/tests/infrastructure/keys/server.key b/tests/overlay/keys/server.key similarity index 100% rename from tests/infrastructure/keys/server.key rename to tests/overlay/keys/server.key