Unverified Commit b2467e40 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #291862 from K900/test-nfs4

nixos/release: nfs3 -> nfs4 in all tested sets
parents 36a76a18 176904ac
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -142,7 +142,6 @@ in rec {
        (onFullSupported "nixos.tests.networking.networkd.virtual")
        (onFullSupported "nixos.tests.networking.networkd.vlan")
        (onFullSupported "nixos.tests.systemd-networkd-ipv6-prefix-delegation")
        (onFullSupported "nixos.tests.nfs3.simple")
        (onFullSupported "nixos.tests.nfs4.simple")
        (onSystems ["x86_64-linux"] "nixos.tests.oci-containers.podman")
        (onFullSupported "nixos.tests.openssh")
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ in rec {
        login
        misc
        nat
        nfs3
        nfs4
        openssh
        php
        predictable-interface-names
@@ -125,7 +125,7 @@ in rec {
        "nixos.tests.misc"
        "nixos.tests.nat.firewall"
        "nixos.tests.nat.standalone"
        "nixos.tests.nfs3.simple"
        "nixos.tests.nfs4.simple"
        "nixos.tests.openssh"
        "nixos.tests.php.fpm"
        "nixos.tests.php.pcre"