nixosTests.bind: migrate to runTest

Part of #386873
This commit is contained in:
Piotr Kwiecinski 2025-04-04 20:57:18 +02:00
parent bb93729372
commit 10de31a04d
No known key found for this signature in database
GPG key ID: EC0DE1CB9D5258B4
2 changed files with 3 additions and 2 deletions

View file

@ -243,7 +243,7 @@ in
imports = [ ./binary-cache.nix ];
_module.args.compression = "xz";
};
bind = handleTest ./bind.nix { };
bind = runTest ./bind.nix;
bird = handleTest ./bird.nix { };
birdwatcher = handleTest ./birdwatcher.nix { };
bitbox-bridge = runTest ./bitbox-bridge.nix;

View file

@ -1,4 +1,5 @@
import ./make-test-python.nix {
{ ... }:
{
name = "bind";
nodes.machine =