1 import ./make-test-python.nix (
9 imports = [ ./common/x11.nix ];
10 programs.localsend.enable = true;
15 machine.succeed("localsend_app >&2 &")
16 machine.wait_for_open_port(53317)
17 machine.wait_for_window("LocalSend", 10)
18 machine.succeed("netstat --listening --program --tcp | grep -P 'tcp.*53317.*localsend'")
19 machine.succeed("netstat --listening --program --udp | grep -P 'udp.*53317.*localsend'")