lnd: add option 'restOnionService'

This commit is contained in:
nixbitcoin
2021-02-03 22:44:43 +01:00
committed by Erik Arvstedt
parent a344ae95c9
commit ebd478fd0d
7 changed files with 68 additions and 0 deletions

View File

@@ -162,6 +162,11 @@ def _():
assert_no_failure("lnd")
@test("lnd-rest-onion-service")
def _():
assert_matches("runuser -u operator -- lndconnect-rest-onion -j", ".onion")
@test("lightning-loop")
def _():
assert_running("lightning-loop")