rgb-cln/tests
Rusty Russell d8a6028214 connectd: fix binding to same port on IPv4 and IPv6.
1. If the IPv6 address was public, that changed the wireaddr and thus the ipv4 bind
   would not be to a wildcard and would fail.
2. Binding two fds to the same port on both wildcard IPv4 and IPv6 succeeds; we only
   fail when we try to listen, so allow error at this point.

For some reason this triggered on my digital ocean machine.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-08-08 15:04:06 +02:00
..
benchmark.py pytest: Remove test_lightningd and all the legacy testing framework 2018-08-07 00:54:19 +00:00
conftest.py pytest: Pass result to fixtures and keep directories of failed tests 2018-08-07 00:54:19 +00:00
fixtures.py pytest: Use the file object and don't use print without line-endings 2018-08-07 00:54:19 +00:00
requirements.txt test: add pytest-xdist to the python test requirements 2018-07-26 23:18:37 +02:00
test_closing.py pytest: Migrate close and onchain tests to test_closing.py 2018-08-07 00:54:19 +00:00
test_connection.py pytest: Migrate connection tests to new fixture model 2018-08-07 00:54:19 +00:00
test_gossip.py pytest: Remove test_lightningd and all the legacy testing framework 2018-08-07 00:54:19 +00:00
test_invoices.py pytest: Move invoice-related tests into their own file 2018-08-07 00:54:19 +00:00
test_misc.py connectd: fix binding to same port on IPv4 and IPv6. 2018-08-08 15:04:06 +02:00
test_pay.py pytest: Move forwarded payments to test_pay.py 2018-08-07 00:54:19 +00:00
utils.py pytest: Use the file object and don't use print without line-endings 2018-08-07 00:54:19 +00:00