From 7536460f2f28d326414c6963127697da2f2d9537 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Fri, 11 Jul 2025 00:13:24 +0200 Subject: [PATCH] nixos/release-combined: update networking tests names --- nixos/release-combined.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index 79b2abdc17af..98519bcab4f7 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -144,7 +144,7 @@ rec { (onFullSupported "nixos.tests.networking.scripted.macvlan") (onFullSupported "nixos.tests.networking.scripted.privacy") (onFullSupported "nixos.tests.networking.scripted.routes") - (onFullSupported "nixos.tests.networking.scripted.sit") + (onFullSupported "nixos.tests.networking.scripted.sit-fou") (onFullSupported "nixos.tests.networking.scripted.static") (onFullSupported "nixos.tests.networking.scripted.virtual") (onFullSupported "nixos.tests.networking.scripted.vlan") @@ -158,7 +158,7 @@ rec { #(onFullSupported "nixos.tests.networking.networkd.macvlan") (onFullSupported "nixos.tests.networking.networkd.privacy") (onFullSupported "nixos.tests.networking.networkd.routes") - (onFullSupported "nixos.tests.networking.networkd.sit") + (onFullSupported "nixos.tests.networking.networkd.sit-fou") (onFullSupported "nixos.tests.networking.networkd.static") (onFullSupported "nixos.tests.networking.networkd.virtual") (onFullSupported "nixos.tests.networking.networkd.vlan")