lnd: add option 'restOnionService'
This commit is contained in:
parent
a344ae95c9
commit
ebd478fd0d
7 changed files with 68 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue