charge-lnd: add module

This commit is contained in:
Martin Milata
2021-06-02 03:11:26 +02:00
parent 842ed44292
commit b666bb2903
9 changed files with 171 additions and 2 deletions

View File

@@ -199,6 +199,13 @@ def _():
)
@test("charge-lnd")
def _():
# charge-lnd is a oneshot service that is started by a timer under regular operation
succeed("systemctl start charge-lnd")
assert_no_failure("charge-lnd")
@test("btcpayserver")
def _():
assert_running("nbxplorer")