File "/home/openflow/git/osrg/ryu/ryu/tests/integrated/tester.py", line 167, 
in TestFlowBase
    @handler.set_ev_cls(dpset.EventDP, dpset.DPSET_EV_DISPATCHER)
AttributeError: 'module' object has no attribute 'DPSET_EV_DISPATCHER'

Signed-off-by: HIYAMA Manabu <[email protected]>
---
 ryu/tests/integrated/tester.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ryu/tests/integrated/tester.py b/ryu/tests/integrated/tester.py
index 9538e1d..f052c6c 100644
--- a/ryu/tests/integrated/tester.py
+++ b/ryu/tests/integrated/tester.py
@@ -164,7 +164,7 @@ class TestFlowBase(app_manager.RyuApp):
         self.results[self.current] = result
         self.start_next_test(dp)
 
-    @handler.set_ev_cls(dpset.EventDP, dpset.DPSET_EV_DISPATCHER)
+    @handler.set_ev_cls(dpset.EventDP)
     def handler_datapath(self, ev):
         if ev.enter:
             self.start_next_test(ev.dp)
-- 
1.7.9.5



------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to