mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-12 03:17:37 +00:00
Add integration tests that check logout and relogin
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"tailscale.com/ipn/ipnstate"
|
||||
)
|
||||
|
||||
//nolint
|
||||
// nolint
|
||||
type TailscaleClient interface {
|
||||
Hostname() string
|
||||
Shutdown() error
|
||||
@@ -19,6 +19,7 @@ type TailscaleClient interface {
|
||||
FQDN() (string, error)
|
||||
Status() (*ipnstate.Status, error)
|
||||
WaitForReady() error
|
||||
WaitForLogout() error
|
||||
WaitForPeers(expected int) error
|
||||
Ping(hostnameOrIP string) error
|
||||
ID() string
|
||||
|
Reference in New Issue
Block a user