| [sig-network] network binding plugin with domain attachment managedTap type can run a virtual machine with one primary managed-tap interface |
tests/tests_suite_test.go:109
Timed out after 300.894s.
One of the Kubevirt control-plane components is not ready.
The function passed to Eventually failed at tests/testsuite/fixture.go:193 with:
Unexpected error:
<*url.Error | 0xc0026ac450>:
Get "https://127.0.0.1:40457/apis/kubevirt.io/v1/namespaces/kubevirt/kubevirts/kubevirt": dial tcp 127.0.0.1:40457: connect: no route to host
{
Op: "Get",
URL: "https://127.0.0.1:40457/apis/kubevirt.io/v1/namespaces/kubevirt/kubevirts/kubevirt",
Err: <*net.OpError | 0xc002daf540>{
Op: "dial",
Net: "tcp",
Source: nil,
Addr: <*net.TCPAddr | 0xc003737650>{
IP: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 127, 0, 0, 1],
Port: 40457,
Zone: "",
},
Err: <*os.SyscallError | 0xc0081fe140>{
Syscall: "connect",
Err: <syscall.Errno>0x71,
},
},
}
occurred
At one point, however, the function did return successfully.
Yet, Eventually failed because the matcher was not satisfied:
Expected
<[]interface {} | len:4, cap:4>: [
<map[string]interface {} | len:6>{
"type": <string>"Available",
"status": <string>"False",
"lastProbeTime": <string>"2026-04-01T16:17:04Z",
"lastTransitionTime": <string>"2026-04-01T16:17:04Z",
"reason": <string>"DeploymentInProgress",
"message": <string>"Deploying version devel with registry registry:5000/kubevirt",
},
<map[string]interface {} | len:6>{
"type": <string>"Progressing",
"status": <string>"True",
"lastProbeTime": <string>"2026-04-01T16:17:04Z",
"lastTransitionTime": <string>"2026-04-01T16:17:04Z",
"reason": <string>"DeploymentInProgress",
"message": <string>"Deploying version devel with registry registry:5000/kubevirt",
},
<map[string]interface {} | len:6>{
"message": <string>"Deploying version devel with registry registry:5000/kubevirt",
"type": <string>"Degraded",
"status": <string>"False",
"lastProbeTime": <string>"2026-04-01T16:17:04Z",
"lastTransitionTime": <string>"2026-04-01T16:17:04Z",
"reason": <string>"DeploymentInProgress",
},
<map[string]interface {} | len:6>{
"status": <string>"True",
"lastProbeTime": <string>"2026-04-01T15:01:29Z",
"lastTransitionTime": nil,
"reason": <string>"AllResourcesCreated",
"message": <string>"All resources were created.",
"type": <string>"Created",
},
]
to find condition of type 'Available' and status 'True' but got 'False'
tests/testsuite/fixture.go:195
|
| [sig-network] network binding plugin with domain attachment managedTap type can establish communication between two VMs |
tests/network/bindingplugin.go:162
Timed out after 10.000s.
Unexpected error:
<*url.Error | 0xc003736030>:
Get "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts": dial tcp 127.0.0.1:40457: connect: no route to host
{
Op: "Get",
URL: "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts",
Err: <*net.OpError | 0xc0074c2000>{
Op: "dial",
Net: "tcp",
Source: nil,
Addr: <*net.TCPAddr | 0xc006eacf90>{
IP: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 127, 0, 0, 1],
Port: 40457,
Zone: "",
},
Err: <*os.SyscallError | 0xc005986060>{
Syscall: "connect",
Err: <syscall.Errno>0x71,
},
},
}
occurred
tests/libkubevirt/kubevirt.go:49
|
| [sig-network] VirtualMachineInstance with passt network binding should apply the interface configuration |
tests/network/passt.go:62
Timed out after 11.492s.
Unexpected error:
<*url.Error | 0xc0026ad260>:
Get "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts": dial tcp 127.0.0.1:40457: connect: no route to host
{
Op: "Get",
URL: "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts",
Err: <*net.OpError | 0xc006151900>{
Op: "dial",
Net: "tcp",
Source: nil,
Addr: <*net.TCPAddr | 0xc006e0d890>{
IP: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 127, 0, 0, 1],
Port: 40457,
Zone: "",
},
Err: <*os.SyscallError | 0xc0081feea0>{
Syscall: "connect",
Err: <syscall.Errno>0x71,
},
},
}
occurred
tests/libkubevirt/kubevirt.go:49
|
| [sig-network] VirtualMachineInstance with passt network binding TCP without port specification connectivity [IPv4] |
tests/network/passt.go:62
Timed out after 11.500s.
Unexpected error:
<*url.Error | 0xc0037372f0>:
Get "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts": dial tcp 127.0.0.1:40457: connect: no route to host
{
Op: "Get",
URL: "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts",
Err: <*net.OpError | 0xc0001cf540>{
Op: "dial",
Net: "tcp",
Source: nil,
Addr: <*net.TCPAddr | 0xc002c68b40>{
IP: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 127, 0, 0, 1],
Port: 40457,
Zone: "",
},
Err: <*os.SyscallError | 0xc0069197c0>{
Syscall: "connect",
Err: <syscall.Errno>0x71,
},
},
}
occurred
tests/libkubevirt/kubevirt.go:49
|
| [sig-network] VirtualMachineInstance with passt network binding TCP with port specification connectivity [IPv4] |
tests/network/passt.go:62
Timed out after 11.501s.
Unexpected error:
<*url.Error | 0xc006eac240>:
Get "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts": dial tcp 127.0.0.1:40457: connect: no route to host
{
Op: "Get",
URL: "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts",
Err: <*net.OpError | 0xc0001ce280>{
Op: "dial",
Net: "tcp",
Source: nil,
Addr: <*net.TCPAddr | 0xc0025af920>{
IP: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 127, 0, 0, 1],
Port: 40457,
Zone: "",
},
Err: <*os.SyscallError | 0xc006918a00>{
Syscall: "connect",
Err: <syscall.Errno>0x71,
},
},
}
occurred
tests/libkubevirt/kubevirt.go:49
|
| [sig-network] VirtualMachineInstance with passt network binding TCP with low port specification connectivity [IPv4] |
tests/network/passt.go:62
Timed out after 11.500s.
Unexpected error:
<*url.Error | 0xc0026ad8f0>:
Get "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts": dial tcp 127.0.0.1:40457: connect: no route to host
{
Op: "Get",
URL: "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts",
Err: <*net.OpError | 0xc0004638b0>{
Op: "dial",
Net: "tcp",
Source: nil,
Addr: <*net.TCPAddr | 0xc0026ad890>{
IP: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 127, 0, 0, 1],
Port: 40457,
Zone: "",
},
Err: <*os.SyscallError | 0xc006919620>{
Syscall: "connect",
Err: <syscall.Errno>0x71,
},
},
}
occurred
tests/libkubevirt/kubevirt.go:49
|
| [sig-network] VirtualMachineInstance with passt network binding UDP connectivity [IPv4] |
tests/network/passt.go:62
Timed out after 11.500s.
Unexpected error:
<*url.Error | 0xc006982a80>:
Get "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts": dial tcp 127.0.0.1:40457: connect: no route to host
{
Op: "Get",
URL: "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts",
Err: <*net.OpError | 0xc0040070e0>{
Op: "dial",
Net: "tcp",
Source: nil,
Addr: <*net.TCPAddr | 0xc006f5d5c0>{
IP: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 127, 0, 0, 1],
Port: 40457,
Zone: "",
},
Err: <*os.SyscallError | 0xc006918820>{
Syscall: "connect",
Err: <syscall.Errno>0x71,
},
},
}
occurred
tests/libkubevirt/kubevirt.go:49
|
| [sig-network] VirtualMachineInstance with passt network binding egress connectivity should be able to reach the outside world [IPv4] |
tests/network/passt.go:62
Timed out after 11.499s.
Unexpected error:
<*url.Error | 0xc004a36000>:
Get "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts": dial tcp 127.0.0.1:40457: connect: no route to host
{
Op: "Get",
URL: "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts",
Err: <*net.OpError | 0xc0001cedc0>{
Op: "dial",
Net: "tcp",
Source: nil,
Addr: <*net.TCPAddr | 0xc001a27d10>{
IP: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 127, 0, 0, 1],
Port: 40457,
Zone: "",
},
Err: <*os.SyscallError | 0xc00514c980>{
Syscall: "connect",
Err: <syscall.Errno>0x71,
},
},
}
occurred
tests/libkubevirt/kubevirt.go:49
|
| [sig-network] VirtualMachineInstance with passt network binding migration connectivity should be preserved [IPv4] |
tests/network/passt.go:62
Timed out after 11.499s.
Unexpected error:
<*url.Error | 0xc0049427b0>:
Get "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts": dial tcp 127.0.0.1:40457: connect: no route to host
{
Op: "Get",
URL: "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts",
Err: <*net.OpError | 0xc0001ce870>{
Op: "dial",
Net: "tcp",
Source: nil,
Addr: <*net.TCPAddr | 0xc001a26a80>{
IP: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 127, 0, 0, 1],
Port: 40457,
Zone: "",
},
Err: <*os.SyscallError | 0xc004b04120>{
Syscall: "connect",
Err: <syscall.Errno>0x71,
},
},
}
occurred
tests/libkubevirt/kubevirt.go:49
|
| AfterSuite |
tests/tests_suite_test.go:107
Timed out after 11.484s.
Unexpected error:
<*url.Error | 0xc006cc2660>:
Get "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts": dial tcp 127.0.0.1:40457: connect: no route to host
{
Op: "Get",
URL: "https://127.0.0.1:40457/apis/kubevirt.io/v1/kubevirts",
Err: <*net.OpError | 0xc0001ce960>{
Op: "dial",
Net: "tcp",
Source: nil,
Addr: <*net.TCPAddr | 0xc006cc25a0>{
IP: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 127, 0, 0, 1],
Port: 40457,
Zone: "",
},
Err: <*os.SyscallError | 0xc0081fe300>{
Syscall: "connect",
Err: <syscall.Errno>0x71,
},
},
}
occurred
tests/libkubevirt/kubevirt.go:49
|