Migrate taildrop test to v2

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2022-10-23 14:13:22 +02:00
parent ae189c03ac
commit 018b1d68f2
No known key found for this signature in database
3 changed files with 189 additions and 39 deletions

View file

@ -10,6 +10,7 @@ type TailscaleClient interface {
Hostname() string
Shutdown() error
Version() string
Execute(command []string) (string, error)
Up(loginServer, authKey string) error
IPs() ([]netip.Addr, error)
FQDN() (string, error)