1 { system ? builtins.currentSystem
3 , pkgs ? import ../.. { inherit system config; }
6 with import ../lib/testing-python.nix { inherit system pkgs; };
12 meta.maintainers = with maintainers; [ nikstur ];
14 nodes.machine = { config, pkgs, ... }: {
15 services.rshim.enable = true;
18 testScript = { nodes, ... }: ''
20 machine.wait_for_unit("multi-user.target")
22 print(machine.succeed("systemctl status rshim.service"))