[ovs-dev] [PATCH 3/4] test-reconnect: Fix use of undefined symbol.

Ethan Jackson ethan at nicira.com
Sat Sep 24 23:42:01 UTC 2011


---
 tests/test-reconnect.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/test-reconnect.py b/tests/test-reconnect.py
index a4cc9b7..af52c8a 100644
--- a/tests/test-reconnect.py
+++ b/tests/test-reconnect.py
@@ -33,7 +33,7 @@ def error_from_string(s):
     elif s == "ECONNREFUSED":
         return errno.ECONNREFUSED
     elif s == "EOF":
-        return EOF
+        return ovs.reconnect.EOF
     else:
         sys.stderr.write("unknown error '%s'\n" % s)
         sys.exit(1)
-- 
1.7.6.1




More information about the dev mailing list