multithreaded runs for uat
This commit is contained in:
parent
e37601ae22
commit
5f2d0801ca
|
|
@ -93,7 +93,7 @@ class Executor:
|
||||||
|
|
||||||
return sL
|
return sL
|
||||||
|
|
||||||
# mech_pipeline
|
# mech_pipeline - state_update_block
|
||||||
def state_update_pipeline(
|
def state_update_pipeline(
|
||||||
self,
|
self,
|
||||||
var_dict: Dict[str, List[Any]],
|
var_dict: Dict[str, List[Any]],
|
||||||
|
|
@ -123,6 +123,7 @@ class Executor:
|
||||||
|
|
||||||
return states_list
|
return states_list
|
||||||
|
|
||||||
|
# state_update_pipeline
|
||||||
def run_pipeline(
|
def run_pipeline(
|
||||||
self,
|
self,
|
||||||
var_dict: Dict[str, List[Any]],
|
var_dict: Dict[str, List[Any]],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue