nixos/release{,-small}: add nixosTests.simple-container

nixosTests.simple-vm but using an nspawn container
This commit is contained in:
zowoq
2026-05-22 11:54:05 +10:00
parent cdc68a268c
commit 7055845040
2 changed files with 3 additions and 0 deletions

View File

@@ -202,6 +202,7 @@ rec {
(onFullSupported "nixos.tests.proxy")
(onFullSupported "nixos.tests.sddm.default")
(onFullSupported "nixos.tests.shadow")
(onFullSupported "nixos.tests.simple-container")
(onFullSupported "nixos.tests.simple-vm")
(onFullSupported "nixos.tests.sway")
(onFullSupported "nixos.tests.switchTest")

View File

@@ -67,6 +67,7 @@ rec {
php
predictable-interface-names
proxy
simple-container
simple-vm
;
latestKernel = {
@@ -165,6 +166,7 @@ rec {
"nixos.tests.predictable-interface-names.unpredictable"
"nixos.tests.predictable-interface-names.unpredictableNetworkd"
"nixos.tests.proxy"
"nixos.tests.simple-container"
"nixos.tests.simple-vm"
"nixpkgs.jdk"
"nixpkgs.tests.stdenv.tests-stdenv-gcc-stageCompare"