1 import ./make-test-python.nix ({ pkgs, lib, ... }: {
3 meta.maintainers = with lib.maintainers; [ mmilata ];
8 virtualisation.memorySize = 1024;
13 "lists.example.org" = {
14 webHost = "localhost";
17 listMasters = [ "joe@example.org" ];
30 machine.wait_for_unit("sympa.service")
31 machine.wait_for_unit("wwsympa.service")
32 assert "Mailing lists service" in machine.succeed(
33 "curl --insecure -L http://localhost/"