test: Yet another typo fix
This patch merely cleans up a typo. Signed-off-by: Victor J. Orlikowski <vjo@duke.edu> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
8a90e9a830
commit
14379f280b
@ -355,7 +355,7 @@ class OfTester(app_manager.RyuApp):
|
|||||||
|
|
||||||
@set_ev_cls(ofp_event.EventOFPStateChange,
|
@set_ev_cls(ofp_event.EventOFPStateChange,
|
||||||
[handler.MAIN_DISPATCHER, handler.DEAD_DISPATCHER])
|
[handler.MAIN_DISPATCHER, handler.DEAD_DISPATCHER])
|
||||||
def dispacher_change(self, ev):
|
def dispatcher_change(self, ev):
|
||||||
assert ev.datapath is not None
|
assert ev.datapath is not None
|
||||||
if ev.state == handler.MAIN_DISPATCHER:
|
if ev.state == handler.MAIN_DISPATCHER:
|
||||||
self._register_sw(ev.datapath)
|
self._register_sw(ev.datapath)
|
||||||
|
Loading…
Reference in New Issue
Block a user