tests/trustedcoin: refactor
- No need to wait for bitcoind: clightning being active implies that bitcoind is active. - Remove redundant log checks
This commit is contained in:
parent
53ea447ab7
commit
6de5029c49
2 changed files with 1 additions and 7 deletions
|
|
@ -39,6 +39,7 @@ let
|
|||
|
||||
tests.clightning = cfg.clightning.enable;
|
||||
test.data.clightning-replication = cfg.clightning.replication.enable;
|
||||
tests.trustedcoin = cfg.clightning.plugins.trustedcoin.enable;
|
||||
|
||||
# TODO-EXTERNAL:
|
||||
# When WAN is disabled, DNS bootstrapping slows down service startup by ~15 s.
|
||||
|
|
@ -317,9 +318,7 @@ let
|
|||
services.bitcoind.prune = 1000;
|
||||
};
|
||||
|
||||
# Test the special clightning setup where trustedcoin plugin is used
|
||||
trustedcoin = {
|
||||
tests.trustedcoin = true;
|
||||
services.clightning = {
|
||||
enable = true;
|
||||
plugins.trustedcoin.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue