nixos/release: nfs3 -> nfs4 in all tested sets
This commit is contained in:
parent
482efa9a4b
commit
176904ac09
2 changed files with 2 additions and 3 deletions
|
@ -142,7 +142,6 @@ in rec {
|
||||||
(onFullSupported "nixos.tests.networking.networkd.virtual")
|
(onFullSupported "nixos.tests.networking.networkd.virtual")
|
||||||
(onFullSupported "nixos.tests.networking.networkd.vlan")
|
(onFullSupported "nixos.tests.networking.networkd.vlan")
|
||||||
(onFullSupported "nixos.tests.systemd-networkd-ipv6-prefix-delegation")
|
(onFullSupported "nixos.tests.systemd-networkd-ipv6-prefix-delegation")
|
||||||
(onFullSupported "nixos.tests.nfs3.simple")
|
|
||||||
(onFullSupported "nixos.tests.nfs4.simple")
|
(onFullSupported "nixos.tests.nfs4.simple")
|
||||||
(onSystems ["x86_64-linux"] "nixos.tests.oci-containers.podman")
|
(onSystems ["x86_64-linux"] "nixos.tests.oci-containers.podman")
|
||||||
(onFullSupported "nixos.tests.openssh")
|
(onFullSupported "nixos.tests.openssh")
|
||||||
|
|
|
@ -43,7 +43,7 @@ in rec {
|
||||||
login
|
login
|
||||||
misc
|
misc
|
||||||
nat
|
nat
|
||||||
nfs3
|
nfs4
|
||||||
openssh
|
openssh
|
||||||
php
|
php
|
||||||
predictable-interface-names
|
predictable-interface-names
|
||||||
|
@ -125,7 +125,7 @@ in rec {
|
||||||
"nixos.tests.misc"
|
"nixos.tests.misc"
|
||||||
"nixos.tests.nat.firewall"
|
"nixos.tests.nat.firewall"
|
||||||
"nixos.tests.nat.standalone"
|
"nixos.tests.nat.standalone"
|
||||||
"nixos.tests.nfs3.simple"
|
"nixos.tests.nfs4.simple"
|
||||||
"nixos.tests.openssh"
|
"nixos.tests.openssh"
|
||||||
"nixos.tests.php.fpm"
|
"nixos.tests.php.fpm"
|
||||||
"nixos.tests.php.pcre"
|
"nixos.tests.php.pcre"
|
||||||
|
|
Loading…
Reference in a new issue