Index: tests/dg_tests.py =================================================================== diff -u -rc45a42475147641810dd252aefcd2c7872f13c7f -r27872ba051da5230041de569fc817d3c00a5ddb0 --- tests/dg_tests.py (.../dg_tests.py) (revision c45a42475147641810dd252aefcd2c7872f13c7f) +++ tests/dg_tests.py (.../dg_tests.py) (revision 27872ba051da5230041de569fc817d3c00a5ddb0) @@ -8,7 +8,7 @@ # @file dg_tests.py # # @author (last) Dara Navaei -# @date (last) 16-Mar-2023 +# @date (last) 27-Mar-2023 # @author (original) Dara Navaei # @date (original) 16-Jan-2022 # @@ -662,7 +662,7 @@ hd.cmd_log_in_to_hd() sleep(1) - run_heat_disinfect() + #run_heat_disinfect() #run_flush_mode() @@ -696,4 +696,10 @@ #hd.cmd_hd_software_reset_request() + hd.ui.cmd_set_ro_only_mode_status(1) + while True: + print(dg.dialysate_fill.ro_only_mode_status) + sleep(1) + +