From 2ebf757637f970a551227bf82f0c45484a6297ea Mon Sep 17 00:00:00 2001 From: NullCube Date: Thu, 25 Sep 2025 16:33:47 -0700 Subject: [PATCH] nixos/tests/syncthing: move tests to folder --- nixos/tests/all-tests.nix | 12 ++++++------ .../{syncthing-folders.nix => syncthing/folders.nix} | 0 .../tests/{syncthing-init.nix => syncthing/init.nix} | 0 nixos/tests/{syncthing.nix => syncthing/main.nix} | 0 .../many-devices.nix} | 0 .../no-settings.nix} | 0 .../{syncthing-relay.nix => syncthing/relay.nix} | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename nixos/tests/{syncthing-folders.nix => syncthing/folders.nix} (100%) rename nixos/tests/{syncthing-init.nix => syncthing/init.nix} (100%) rename nixos/tests/{syncthing.nix => syncthing/main.nix} (100%) rename nixos/tests/{syncthing-many-devices.nix => syncthing/many-devices.nix} (100%) rename nixos/tests/{syncthing-no-settings.nix => syncthing/no-settings.nix} (100%) rename nixos/tests/{syncthing-relay.nix => syncthing/relay.nix} (100%) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 1870ae999872..7cdf9352822c 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -1404,12 +1404,12 @@ in switchTest = runTest ./switch-test.nix; sx = runTest ./sx.nix; sympa = runTest ./sympa.nix; - syncthing = runTest ./syncthing.nix; - syncthing-folders = runTest ./syncthing-folders.nix; - syncthing-init = runTest ./syncthing-init.nix; - syncthing-many-devices = runTest ./syncthing-many-devices.nix; - syncthing-no-settings = runTest ./syncthing-no-settings.nix; - syncthing-relay = runTest ./syncthing-relay.nix; + syncthing = runTest ./syncthing/main.nix; + syncthing-folders = runTest ./syncthing/folders.nix; + syncthing-init = runTest ./syncthing/init.nix; + syncthing-many-devices = runTest ./syncthing/many-devices.nix; + syncthing-no-settings = runTest ./syncthing/no-settings.nix; + syncthing-relay = runTest ./syncthing/relay.nix; sysfs = runTest ./sysfs.nix; sysinit-reactivation = runTest ./sysinit-reactivation.nix; systemd = runTest ./systemd.nix; diff --git a/nixos/tests/syncthing-folders.nix b/nixos/tests/syncthing/folders.nix similarity index 100% rename from nixos/tests/syncthing-folders.nix rename to nixos/tests/syncthing/folders.nix diff --git a/nixos/tests/syncthing-init.nix b/nixos/tests/syncthing/init.nix similarity index 100% rename from nixos/tests/syncthing-init.nix rename to nixos/tests/syncthing/init.nix diff --git a/nixos/tests/syncthing.nix b/nixos/tests/syncthing/main.nix similarity index 100% rename from nixos/tests/syncthing.nix rename to nixos/tests/syncthing/main.nix diff --git a/nixos/tests/syncthing-many-devices.nix b/nixos/tests/syncthing/many-devices.nix similarity index 100% rename from nixos/tests/syncthing-many-devices.nix rename to nixos/tests/syncthing/many-devices.nix diff --git a/nixos/tests/syncthing-no-settings.nix b/nixos/tests/syncthing/no-settings.nix similarity index 100% rename from nixos/tests/syncthing-no-settings.nix rename to nixos/tests/syncthing/no-settings.nix diff --git a/nixos/tests/syncthing-relay.nix b/nixos/tests/syncthing/relay.nix similarity index 100% rename from nixos/tests/syncthing-relay.nix rename to nixos/tests/syncthing/relay.nix