Created
August 29, 2021 19:27
-
-
Save joelklabo/9c5a066a91d951654f1648cca03111d6 to your computer and use it in GitHub Desktop.
lnprototest test output running against c-lightning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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