Index: tests/test_flush.py =================================================================== diff -u -r1936d2c112d7629ddef976e2bd4cba60664c621f -rd430e49fa1d7a0f4ff1dfe24733fecded6d5ee70 --- tests/test_flush.py (.../test_flush.py) (revision 1936d2c112d7629ddef976e2bd4cba60664c621f) +++ tests/test_flush.py (.../test_flush.py) (revision d430e49fa1d7a0f4ff1dfe24733fecded6d5ee70) @@ -104,7 +104,9 @@ complete_counter = 1 f = open("/home/fw/projects/dialin/tests/flush_mode.log", "w") - dg.hd_proxy.cmd_start_stop_dg_flush() + #dg.hd_proxy.cmd_start_stop_dg_flush() + dg.cmd_dg_software_reset_request() + #sleep(0.1) try: while True: flush = get_flush_mode_info() @@ -123,11 +125,11 @@ # If the mode came back to standby or standby solo if dg.dg_operation_mode == 3 or dg.dg_operation_mode == 4: - + dg.hd_proxy.cmd_start_stop_dg_flush() # Write a few more complete states to make sure the complete state items are recorded - if complete_counter == 3: - f.close() - break + #if complete_counter == 3: + # f.close() + # break complete_counter += 1