Skip to content

Instantly share code, notes, and snippets.

@joelklabo
Created August 29, 2021 19:27
Show Gist options
  • Save joelklabo/9c5a066a91d951654f1648cca03111d6 to your computer and use it in GitHub Desktop.
Save joelklabo/9c5a066a91d951654f1648cca03111d6 to your computer and use it in GitHub Desktop.
lnprototest test output running against c-lightning
joel@lightning:~/code/lnprototest$ make check PYTEST_ARGS='--runner=lnprototest.clightning.Runner'
pytest --runner=lnprototest.clightning.Runner
========================================================== test session starts ==========================================================
platform linux -- Python 3.8.10, pytest-6.1.2, py-1.10.0, pluggy-0.13.1
rootdir: /home/joel/code/lnprototest
plugins: rerunfailures-9.1.1, flaky-3.7.0, timeout-1.4.2, xdist-2.2.1, forked-1.3.0
collected 26 items
tests/test_bolt1-01-init.py .. [ 7%]
tests/test_bolt1-02-unknown-messages.py . [ 11%]
tests/test_bolt2-01-open_channel.py . [ 15%]
tests/test_bolt2-02-reestablish.py . [ 19%]
tests/test_bolt2-10-add-htlc.py . [ 23%]
tests/test_bolt2-20-open_channel_accepter.py ............. [ 73%]
tests/test_bolt2-30-channel_type-open-accept-tlvs.py ss [ 80%]
tests/test_bolt7-01-channel_announcement-success.py . [ 84%]
tests/test_bolt7-02-channel_announcement-failure.py .. [ 92%]
tests/test_bolt7-10-gossip-filter.py . [ 96%]
tests/test_bolt7-20-query_channel_range.py . [100%]
=============================================== 24 passed, 2 skipped in 359.31s (0:05:59) ===============================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment