mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixos/release{,-small}: add nixosTests.simple-container
nixosTests.simple-vm but using an nspawn container
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user