Merge pull request #173881 from symphorien/ihm-fix-test
nixos/tests/ihatemoney: fix test
This commit is contained in:
@@ -32,14 +32,7 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
# ihatemoney needs a local smtp server otherwise project creation just crashes
|
# ihatemoney needs a local smtp server otherwise project creation just crashes
|
||||||
services.opensmtpd = {
|
services.postfix.enable = true;
|
||||||
enable = true;
|
|
||||||
serverConfiguration = ''
|
|
||||||
listen on lo
|
|
||||||
action foo relay
|
|
||||||
match from any for any action foo
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
testScript = ''
|
testScript = ''
|
||||||
machine.wait_for_open_port(8000)
|
machine.wait_for_open_port(8000)
|
||||||
|
|||||||
Reference in New Issue
Block a user