You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we mock the few vmnet functions we use, we can run socket_vment or unit tests sending fake packet from "vmnet" or from the "vm".
fake vm <-socket-> socket_vment -> fake_vmnet
The fake vm can open the socket and echo packets received from the socket back to the socket.
The fake vmnet can forward packets from socket_vmnet to the test code, and allow the test code to send packets.
We can simulate one or more vms connected to socket_vmnet.
The text was updated successfully, but these errors were encountered:
If we mock the few vmnet functions we use, we can run socket_vment or unit tests sending fake packet from "vmnet" or from the "vm".
The fake vm can open the socket and echo packets received from the socket back to the socket.
The fake vmnet can forward packets from socket_vmnet to the test code, and allow the test code to send packets.
We can simulate one or more vms connected to socket_vmnet.
The text was updated successfully, but these errors were encountered: