Skip to content

Commit cf2afc4

Browse files
committed
Ensure the network is setup in qemu instance test
1 parent 1c279f4 commit cf2afc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/supervisor/test_qemu_instance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ async def test_create_qemu_instance_online(mocker):
152152
use_ndp_proxy=False,
153153
ipv6_forwarding_enabled=False,
154154
)
155+
network.setup()
155156

156157
execution = VmExecution(
157158
vm_hash=vm_hash,

0 commit comments

Comments
 (0)