mirror of
https://github.com/juanfont/headscale.git
synced 2025-01-08 00:11:42 +01:00
Use IPv4 in the tests
This commit is contained in:
parent
b71a881d0e
commit
ba07bac46a
@ -566,7 +566,7 @@ func (s *IntegrationTestSuite) TestTailDrop() {
|
|||||||
command := []string{
|
command := []string{
|
||||||
"tailscale", "file", "cp",
|
"tailscale", "file", "cp",
|
||||||
fmt.Sprintf("/tmp/file_from_%s", hostname),
|
fmt.Sprintf("/tmp/file_from_%s", hostname),
|
||||||
fmt.Sprintf("%s:", ips[peername][1]),
|
fmt.Sprintf("%s:", ips[peername][0]),
|
||||||
}
|
}
|
||||||
retry(10, 1*time.Second, func() error {
|
retry(10, 1*time.Second, func() error {
|
||||||
log.Printf(
|
log.Printf(
|
||||||
|
Loading…
Reference in New Issue
Block a user