mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 22:50:58 +02:00
multi: move itest
out of lntest
This commit moves all the test cases living in `itest` out of `lntest`, further making `lntest` an independent package for general testing.
This commit is contained in:
10
itest/lnd_no_etcd_dummy_failover_test.go
Normal file
10
itest/lnd_no_etcd_dummy_failover_test.go
Normal file
@@ -0,0 +1,10 @@
|
||||
//go:build !kvdb_etcd
|
||||
// +build !kvdb_etcd
|
||||
|
||||
package itest
|
||||
|
||||
import "github.com/lightningnetwork/lnd/lntemp"
|
||||
|
||||
// testEtcdFailover is an empty itest when LND is not compiled with etcd
|
||||
// support.
|
||||
func testEtcdFailover(ht *lntemp.HarnessTest) {}
|
Reference in New Issue
Block a user