Skip to content

Commit 129a718

Browse files
committed
fix: add vsock_type to test_snapshot_rename_vsock
- the api will return an error without this field in the payload Signed-off-by: aerosouund <aerosound161@gmail.com>
1 parent 36f79d0 commit 129a718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration_tests/functional/test_snapshot_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ def test_snapshot_rename_vsock(
598598
"""
599599

600600
vm = uvm_nano
601-
vm.api.vsock.put(vsock_id="vsock0", guest_cid=3, uds_path="/v.sock1")
601+
vm.api.vsock.put(vsock_id="vsock0", guest_cid=3, uds_path="/v.sock1", vsock_type="stream")
602602
vm.add_net_iface()
603603
vm.start()
604604

0 commit comments

Comments
 (0)