nixos/tests: move container integration test to nixos-test-driver.containers

This commit is contained in:
Kierán Meinhardt
2026-01-28 11:28:33 +01:00
parent 47b08df760
commit 898fc1dfed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 { };
@@ -1,6 +1,6 @@
{ pkgs, ... }:
{
name = "test-containers";
name = "containers";
meta.maintainers = with pkgs.lib.maintainers; [ jfly ];
nodes = {