From 898fc1dfed4243abab99c3423912d23352f5f82b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 19 Jan 2026 08:53:07 +0100 Subject: [PATCH] nixos/tests: move container integration test to nixos-test-driver.containers --- nixos/tests/all-tests.nix | 2 +- .../{test-containers.nix => nixos-test-driver/containers.nix} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename nixos/tests/{test-containers.nix => nixos-test-driver/containers.nix} (98%) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 15bb03eaf6b5..f96dc0fb8854 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -168,6 +168,7 @@ in node-name = runTest ./nixos-test-driver/node-name.nix; busybox = runTest ./nixos-test-driver/busybox.nix; console-log = runTest ./nixos-test-driver/console-log.nix; + containers = runTest ./nixos-test-driver/containers.nix; driver-timeout = pkgs.runCommand "ensure-timeout-induced-failure" { @@ -1592,7 +1593,6 @@ in teleports = runTest ./teleports.nix; temporal = runTest ./temporal.nix; terminal-emulators = handleTest ./terminal-emulators.nix { }; - test-containers = runTest ./test-containers.nix; test-containers-bittorrent = runTest ./test-containers-bittorrent.nix; thanos = runTest ./thanos.nix; thelounge = handleTest ./thelounge.nix { }; diff --git a/nixos/tests/test-containers.nix b/nixos/tests/nixos-test-driver/containers.nix similarity index 98% rename from nixos/tests/test-containers.nix rename to nixos/tests/nixos-test-driver/containers.nix index 5f393966f1ff..f80fca9f5591 100644 --- a/nixos/tests/test-containers.nix +++ b/nixos/tests/nixos-test-driver/containers.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { - name = "test-containers"; + name = "containers"; meta.maintainers = with pkgs.lib.maintainers; [ jfly ]; nodes = {