test: remove unnecessary variables
Signed-off-by: HIYAMA Manabu <hiyama.manabu@po.ntts.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
4c66674877
commit
19a8d21636
@ -36,7 +36,6 @@ class RunTestMininet(app_manager.RyuApp):
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(RunTestMininet, self).__init__(*args, **kwargs)
|
||||
self.mac_to_port = {}
|
||||
|
||||
def _add_flow(self, dp, match, actions):
|
||||
inst = [dp.ofproto_parser.OFPInstructionActions(
|
||||
|
@ -37,7 +37,6 @@ class RunTestMininet(app_manager.RyuApp):
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(RunTestMininet, self).__init__(*args, **kwargs)
|
||||
self.mac_to_port = {}
|
||||
|
||||
def _add_flow(self, dp, match, actions):
|
||||
inst = [dp.ofproto_parser.OFPInstructionActions(
|
||||
|
@ -35,7 +35,6 @@ class RunTestMininet(app_manager.RyuApp):
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(RunTestMininet, self).__init__(*args, **kwargs)
|
||||
self.mac_to_port = {}
|
||||
|
||||
def _add_flow(self, dp, match, actions):
|
||||
inst = [dp.ofproto_parser.OFPInstructionActions(
|
||||
|
@ -36,7 +36,6 @@ class RunTestMininet(app_manager.RyuApp):
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(RunTestMininet, self).__init__(*args, **kwargs)
|
||||
self.mac_to_port = {}
|
||||
|
||||
def _add_flow(self, dp, match, actions):
|
||||
inst = [dp.ofproto_parser.OFPInstructionActions(
|
||||
|
Loading…
x
Reference in New Issue
Block a user