nixosTests.blocky: handleTest -> runTest

Changed files
+2 -2
nixos
+1 -1
nixos/tests/all-tests.nix
···
bitcoind = runTest ./bitcoind.nix;
bittorrent = runTest ./bittorrent.nix;
blockbook-frontend = runTest ./blockbook-frontend.nix;
-
blocky = handleTest ./blocky.nix { };
+
blocky = runTest ./blocky.nix;
bookstack = runTest ./bookstack.nix;
boot = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./boot.nix { };
bootspec = handleTestOn [ "x86_64-linux" ] ./bootspec.nix { };
+1 -1
nixos/tests/blocky.nix
···
-
import ./make-test-python.nix {
+
{
name = "blocky";
nodes = {