]> git.proxmox.com Git - ovs.git/commit
test-vconn: Change the expected error for Windows.
authorGurucharan Shetty <shettyg@nicira.com>
Wed, 25 Jun 2014 02:52:54 +0000 (02:52 +0000)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 1 Jul 2014 18:30:04 +0000 (11:30 -0700)
commit85ddb187bead19705be8b387b804db1ed53d7f3d
tree99d1420fd5b76ffaf581420de21759b88788eb18
parent329cf2328c4eaae3164181ed5afaadd26289d8ca
test-vconn: Change the expected error for Windows.

On Windows ECONNRESET is WSAECONNRESET.

Also, "unix" connections are done through TCP sockets.
For the 'refuse-connection' test, the error message for Windows
is WSAECONNRESET instead of EPIPE.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
tests/test-vconn.c