File tree Expand file tree Collapse file tree
tests/integration_tests/functional Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818import subprocess
1919import time
2020from pathlib import Path
21- from socket import SOCK_SEQPACKET
22- from socket import timeout as SocketTimeout
23- from ssl import SOCK_STREAM
21+ from socket import SOCK_SEQPACKET , SOCK_STREAM , timeout as SocketTimeout
2422from threading import Thread
2523
2624import pytest
@@ -317,6 +315,7 @@ def test_vsock_transport_reset_g2h(uvm_plain_any, microvm_factory):
317315def test_vsock_seqpacket_h2g (
318316 uvm_plain_6_1 , bin_vsock_seqpacket_listener_path , test_fc_session_root_path
319317):
318+ """Test host-to-guest vsock seqpacket connections."""
320319 vm = uvm_plain_6_1
321320 vm .spawn ()
322321 vm .basic_config ()
@@ -352,6 +351,7 @@ def test_vsock_seqpacket_g2h(
352351 bin_vsock_path ,
353352 test_fc_session_root_path ,
354353):
354+ """Test guest-to-host vsock seqpacket connections."""
355355 vm = uvm_plain_6_1
356356 vm .spawn ()
357357 vm .basic_config ()
You can’t perform that action at this time.
0 commit comments