Skip to content

Commit

Permalink
test: improve lightning-loop regtest
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarvstedt authored and nixbitcoin committed Oct 19, 2020
1 parent 486f385 commit e61d7b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,10 @@ def _():
"[[ $(sudo -u operator lncli getinfo | jq -M .block_height) == 10 ]]"
)
if "lightning-loop" in enabled_tests:
machine.wait_until_succeeds(log_has_string("lightning-loop", "Connected to lnd node"))
machine.wait_until_succeeds(
log_has_string("lightning-loop", "Starting event loop at height 10")
)
succeed("sudo -u operator loop getparams | jq -e '.rules'")


if "netns-isolation" in enabled_tests:
Expand Down

0 comments on commit e61d7b1

Please sign in to comment.