summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorsymphorien <symphorien@users.noreply.github.com>2018-02-09 18:40:39 +0000
committerFranz Pletz <fpletz@fnordicwalking.de>2018-02-09 18:40:39 +0000
commit01460745602c2c31f2ce6d7a22ff80602894679b (patch)
tree47a09f5c8fa604e93e29720ecbb96ecea734d753 /nixos/release.nix
parenta51cda85ff30876b71fee87b1eef4409af6d4277 (diff)
downloadnixlib-01460745602c2c31f2ce6d7a22ff80602894679b.tar
nixlib-01460745602c2c31f2ce6d7a22ff80602894679b.tar.gz
nixlib-01460745602c2c31f2ce6d7a22ff80602894679b.tar.bz2
nixlib-01460745602c2c31f2ce6d7a22ff80602894679b.tar.lz
nixlib-01460745602c2c31f2ce6d7a22ff80602894679b.tar.xz
nixlib-01460745602c2c31f2ce6d7a22ff80602894679b.tar.zst
nixlib-01460745602c2c31f2ce6d7a22ff80602894679b.zip
nixos/tests: add predictable-interface-names.nix (#34305)
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 2c6055003767..16f00e78faa9 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -326,6 +326,7 @@ in rec {
   tests.pgmanage = callTest tests/pgmanage.nix {};
   tests.postgis = callTest tests/postgis.nix {};
   #tests.pgjwt = callTest tests/pgjwt.nix {};
+  tests.predictable-interface-names = callSubTests tests/predictable-interface-names.nix {};
   tests.printing = callTest tests/printing.nix {};
   tests.prometheus = callTest tests/prometheus.nix {};
   tests.proxy = callTest tests/proxy.nix {};