run_cv_scenario.py rvr_scenario.py update_dut.py : deprecated _halt_on_error

This commit is contained in:
Chuck SmileyRekiere
2021-04-22 14:40:26 -06:00
parent 13aeacd3e1
commit 6847d8297a
3 changed files with 2 additions and 3 deletions

View File

@@ -34,7 +34,6 @@ class UpdateDUT(LFCliBase):
super().__init__(host, port,
_debug=_debug_on,
_halt_on_error=_exit_on_error,
_exit_on_fail=_exit_on_fail,
_local_realm=realm.Realm(lfclient_host=host, lfclient_port=port, debug_=_debug_on))
self.host = host