itest: add itest covering the leader healthcheck

This commit is contained in:
Andras Banki-Horvath
2024-07-25 18:23:48 +02:00
parent 8e0534f756
commit 8e49eb652d
3 changed files with 210 additions and 0 deletions

View File

@@ -8,3 +8,7 @@ import "github.com/lightningnetwork/lnd/lntest"
// testEtcdFailover is an empty itest when LND is not compiled with etcd
// support.
func testEtcdFailover(ht *lntest.HarnessTest) {}
// testLeaderHealthCheck is an empty itest when LND is not compiled with etcd
// support.
func testLeaderHealthCheck(ht *lntest.HarnessTest) {}