Skip to content

Instantly share code, notes, and snippets.

@yuyaogawa
Created August 4, 2023 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuyaogawa/f5836b7dbd469b0958ef345a16d3b6ef to your computer and use it in GitHub Desktop.
Save yuyaogawa/f5836b7dbd469b0958ef345a16d3b6ef to your computer and use it in GitHub Desktop.
output of running lnprototest against c-lightning
(lnprototest-py3.9) root@348n:~/lnprototest# pytest --runner=lnprototest.clightning.Runner
=============================================================================== test session starts ================================================================================
platform linux -- Python 3.9.5, pytest-7.2.1, pluggy-1.0.0
rootdir: /root/lnprototest
plugins: xdist-3.2.0
collected 46 items
tests/test_bolt1-01-init.py ............... [ 32%]
tests/test_bolt1-02-unknown-messages.py . [ 34%]
tests/test_bolt2-01-close_channel.py .ss [ 41%]
tests/test_bolt2-01-open_channel.py .... [ 50%]
tests/test_bolt2-02-reestablish.py . [ 52%]
tests/test_bolt2-10-add-htlc.py . [ 54%]
tests/test_bolt2-20-open_channel_accepter.py sssssssssssss [ 82%]
tests/test_bolt2-30-channel_type-open-accept-tlvs.py ... [ 89%]
tests/test_bolt7-01-channel_announcement-success.py . [ 91%]
tests/test_bolt7-02-channel_announcement-failure.py .. [ 95%]
tests/test_bolt7-10-gossip-filter.py . [ 97%]
tests/test_bolt7-20-query_channel_range.py . [100%]
==================================================================== 31 passed, 15 skipped in 503.74s (0:08:23) ====================================================================
(lnprototest-py3.9) root@348n:~/lnprototest#
@yuyaogawa
Copy link
Author

Here is my environment.

  • ubuntu 20.04
  • lnprototest: master
  • core-lightning: master
  • bitcoin core:  v22.0

Note: I get a socket timeout error when running this test with bitcoin core v25.0 so I have to downgrade bitcoin core to v22.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment