testing-python.nix: Replace makeTest implementation

This commit is contained in:
Robert Hensing
2022-06-22 00:41:12 +02:00
parent 537f456373
commit 38fb09e427
2 changed files with 11 additions and 233 deletions

View File

@@ -15,7 +15,7 @@ let
inherit system pkgs;
};
interactiveDriver = (testing.makeTest { inherit nodes; testScript = "start_all(); join_all();"; }).driverInteractive;
interactiveDriver = (testing.makeTest { inherit nodes; name = "network"; testScript = "start_all(); join_all();"; }).driverInteractive;
in