Skip to content

Commit 9f17c4c

Browse files
authored
Merge pull request #353 from AutomationSolutionz/verify_point
Verify point
2 parents cb59c15 + 0a4621b commit 9f17c4c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Framework/deploy_handler/proto_adapter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ def read_steps(steps_pb) -> List[Dict]:
5858
"step_driver": step.step_info.driver,
5959
"type": step.type,
6060
"attachments": attachments,
61-
"verify_point": step.step_info.verify_point,
61+
# "verify_point": step.step_info.verify_point, //global verify_point ,step.verify_point // local verify point
62+
"verify_point": step.verify_point,
6263
"continue_on_fail": step.continue_point,
6364
"step_time": step.time,
6465
"actions": read_actions(step.actions),

0 commit comments

Comments
 (0)