nixosTests.bind: migrate to runTest

Part of #386873

Changed files
+3 -2
nixos
+1 -1
nixos/tests/all-tests.nix
···
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;
+2 -1
nixos/tests/bind.nix
···
-
import ./make-test-python.nix {
+
{ ... }:
+
{
name = "bind";
nodes.machine =