btcpayserver: add tests

This commit is contained in:
nixbitcoin
2020-09-15 12:09:35 +00:00
parent f93c3c8405
commit c9c844de80
5 changed files with 54 additions and 1 deletions
+7
View File
@@ -84,6 +84,13 @@ def run_tests(extra_tests):
)
)
assert_running("nbxplorer")
machine.wait_until_succeeds(log_has_string("nbxplorer", "BTC: RPC connection successful"))
extra_tests.pop("nbxplorer")()
assert_running("btcpayserver")
machine.wait_until_succeeds(log_has_string("btcpayserver", "Listening on"))
extra_tests.pop("btcpayserver")()
assert_running("spark-wallet")
extra_tests.pop("spark-wallet")()