Index: tst_post_treatment/test.py =================================================================== diff -u -r699b53e1e0941f2847c68ba4c1a1026f90f7d6fc -r4cf849e3fb0d7f454325a217602e91bf9c1b03d1 --- tst_post_treatment/test.py (.../test.py) (revision 699b53e1e0941f2847c68ba4c1a1026f90f7d6fc) +++ tst_post_treatment/test.py (.../test.py) (revision 4cf849e3fb0d7f454325a217602e91bf9c1b03d1) @@ -280,7 +280,7 @@ def verify_post_treatment_review_log_data(): """ Method to verify all the log values on review submode of post treatment - Here we are verifying 5 set of values to the review section based in edge condition. This section coveres log verification. + Here we are verifying 5 set of values to the review section based in edge condition. This section covers log verification. """ test.startSection("Method to check all the values of parameters in review screen") @@ -438,7 +438,7 @@ test.endSection() test.endSection() - + def verify_parameter_from_post_treatment_log(msg_text): """ To obtain the details of parameter from post treatment log file. @@ -471,6 +471,7 @@ utils.tstStart(__file__) startApplication(config.AUT_NAME) hd_simulator.cmd_send_hd_operation_mode(op_mode=HDOpModes.MODE_POST.value, sub_mode=PostTreatmentStates.HD_POST_TREATMENT_PATIENT_DISCONNECTION_STATE.value) + hd_simulator.cmd_send_treatment_log_data(blood_flow_rate=1, dialysate_flow_rate=1, uf_rate=1.23, arterial_pressure=2.12, venous_pressure=3.21) verify_patient_disconnection_screens() verify_treatment_review_screen() verify_disposables_screen()