mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/release{,-small}: add nixosTests.simple-container
nixosTests.simple-vm but using an nspawn container
This commit is contained in:
parent
cdc68a268c
commit
7055845040
2 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue