Merge pull request #291862 from K900/test-nfs4

nixos/release: nfs3 -> nfs4 in all tested sets
This commit is contained in:
Martin Weinelt 2024-02-27 16:32:57 +01:00 committed by GitHub
commit b2467e40a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -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")

View file

@ -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"