diff options
author | louiz’ <louiz@louiz.org> | 2017-02-28 23:35:23 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-02-28 23:35:23 +0100 |
commit | 58b3345f85e4fff5b133ecfb63456cba9b09604c (patch) | |
tree | ff9d6d44d05c190e0d2fdff9eba4d1575c1287c7 /tests/end_to_end/__main__.py | |
parent | fa3d44e7aaf43487f8fed62c9398ade6fa797acb (diff) | |
download | biboumi-58b3345f85e4fff5b133ecfb63456cba9b09604c.tar.gz biboumi-58b3345f85e4fff5b133ecfb63456cba9b09604c.tar.bz2 biboumi-58b3345f85e4fff5b133ecfb63456cba9b09604c.tar.xz biboumi-58b3345f85e4fff5b133ecfb63456cba9b09604c.zip |
e2e: Add an outgoing_bind= conf option
Diffstat (limited to 'tests/end_to_end/__main__.py')
-rw-r--r-- | tests/end_to_end/__main__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/end_to_end/__main__.py b/tests/end_to_end/__main__.py index f176d8b..f93025e 100644 --- a/tests/end_to_end/__main__.py +++ b/tests/end_to_end/__main__.py @@ -357,7 +357,8 @@ password=coucou db_name=e2e_test.sqlite port=8811 admin=admin@example.com -identd_port=1113""", +identd_port=1113 +outgoing_bind=127.0.0.1""", 'fixed_server': """hostname=biboumi.localhost |