tests/trustedcoin: fix test
Sometimes the trustedcoin plugin prevents clightning from starting up in an offline environment.
This commit is contained in:
committed by
Jonas Nick
parent
8e2010c1b3
commit
a66c9992d3
@@ -432,7 +432,6 @@ def _():
|
|||||||
def expect_clightning_log(str):
|
def expect_clightning_log(str):
|
||||||
machine.wait_until_succeeds(log_has_string("clightning", str))
|
machine.wait_until_succeeds(log_has_string("clightning", str))
|
||||||
|
|
||||||
machine.wait_for_unit("clightning")
|
|
||||||
expect_clightning_log("plugin-trustedcoin[^^]\[0m\s+bitcoind RPC working")
|
expect_clightning_log("plugin-trustedcoin[^^]\[0m\s+bitcoind RPC working")
|
||||||
expect_clightning_log("plugin-trustedcoin[^^]\[0m\s+estimatefees error: none of the esploras returned usable responses")
|
expect_clightning_log("plugin-trustedcoin[^^]\[0m\s+estimatefees error: none of the esploras returned usable responses")
|
||||||
if "regtest" in enabled_tests:
|
if "regtest" in enabled_tests:
|
||||||
|
|||||||
Reference in New Issue
Block a user