We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb59c15 + 0a4621b commit 9f17c4cCopy full SHA for 9f17c4c
1 file changed
Framework/deploy_handler/proto_adapter.py
@@ -58,7 +58,8 @@ def read_steps(steps_pb) -> List[Dict]:
58
"step_driver": step.step_info.driver,
59
"type": step.type,
60
"attachments": attachments,
61
- "verify_point": step.step_info.verify_point,
+ # "verify_point": step.step_info.verify_point, //global verify_point ,step.verify_point // local verify point
62
+ "verify_point": step.verify_point,
63
"continue_on_fail": step.continue_point,
64
"step_time": step.time,
65
"actions": read_actions(step.actions),
0 commit comments