mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
containers: test imperative and ipv4 in small-release (#15015)
Test imperative containers and declarative containers with ipv4. These two tests are basically the extraction of the containers test from before.
This commit is contained in:
parent
f027aa2059
commit
3ae8810ffa
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ in rec {
|
||||||
inherit (nixos') channel manual iso_minimal dummy;
|
inherit (nixos') channel manual iso_minimal dummy;
|
||||||
tests = {
|
tests = {
|
||||||
inherit (nixos'.tests)
|
inherit (nixos'.tests)
|
||||||
containers
|
containers-imperative
|
||||||
|
containers-ipv4
|
||||||
firewall
|
firewall
|
||||||
ipv6
|
ipv6
|
||||||
login
|
login
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue