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

@@ -30,7 +30,7 @@ from pprint import pprint
class RunCvScenario(LFCliBase):
def __init__(self, lfhost="localhost", lfport=8080, debug_=False, lanforge_db_=None, cv_scenario_=None, cv_test_=None, test_scenario_=None):
super().__init__( _lfjson_host=lfhost, _lfjson_port=lfport, _debug=debug_, _halt_on_error=True, _exit_on_error=True, _exit_on_fail=True)
super().__init__( _lfjson_host=lfhost, _lfjson_port=lfport, _debug=debug_, _exit_on_error=True, _exit_on_fail=True)
self.lanforge_db = lanforge_db_
self.cv_scenario = cv_scenario_
self.cv_test = cv_test_