test_l3_scenario_throughput.py test_l3_unicatst_traffic_gen.py : deprecated _halt_on_error

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-04-22 14:47:06 -06:00
parent 6fecf284ee
commit 0bd7f8a10f
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ class L3VariableTimeLongevity(LFCliBase):
_debug_on=False,
_exit_on_error=False,
_exit_on_fail=False):
super().__init__(host, port, _debug=_debug_on, _halt_on_error=_exit_on_error, _exit_on_fail=_exit_on_fail)
super().__init__(host, port, _debug=_debug_on, _exit_on_fail=_exit_on_fail)
self.host = host
self.port = port
self.endp_type = endp_type