Merge #234: loop: v0.8.1 -> v0.9.0
a89a3e934ftest: increase diskSize (nixbitcoin)24b506ff8atests: simplify lightning-loop test (nixbitcoin)e7c5f956ealightning-loop: update module (nixbitcoin)4a503f57bdlightning-loop: v0.8.1 -> v0.9.0 (nixbitcoin) Pull request description: ACKs for top commit: jonasnick: reACKa89a3e934ferikarvstedt: I think it's okay if you would just merge24b506ff8a, which is the direct parent of the ACK'da89a3e934f, and removinga89a3e934fitself is totally uncontroversial. Tree-SHA512: cee2a2714c714a22c35cea0fa829b42a371540983609cda6609f4d063d849f2e725643bd77cfe78eb71665725164d63f83b6c2589be9e72ba30aaecd7c8dee6c
This commit is contained in:
commit
c051544d46
6 changed files with 56 additions and 30 deletions
|
|
@ -73,7 +73,7 @@ def run_tests(extra_tests):
|
|||
assert_matches("su operator -c 'lncli getinfo' | jq", '"version"')
|
||||
assert_no_failure("lnd")
|
||||
|
||||
succeed("systemctl start lightning-loop")
|
||||
assert_running("lightning-loop")
|
||||
assert_matches("su operator -c 'loop --version'", "version")
|
||||
# Check that lightning-loop fails with the right error, making sure
|
||||
# lightning-loop can connect to lnd
|
||||
|
|
|
|||
|
|
@ -34,9 +34,6 @@ import ./make-test.nix rec {
|
|||
services.lnd.enable = true;
|
||||
services.lnd.listenPort = 9736;
|
||||
services.lightning-loop.enable = true;
|
||||
# needed because we must control when lightning-loop starts so it doesn't
|
||||
# fail before we run commands in the nb-lightning-loop netns
|
||||
systemd.services.lightning-loop.wantedBy = mkForce [];
|
||||
|
||||
services.electrs.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue