Index: tests/test_flush.py =================================================================== diff -u -r33155246625e9e2f69db4a70069095fe1e342b15 -racd09d02879e8add4cf7f694f5db8e423a76c341 --- tests/test_flush.py (.../test_flush.py) (revision 33155246625e9e2f69db4a70069095fe1e342b15) +++ tests/test_flush.py (.../test_flush.py) (revision acd09d02879e8add4cf7f694f5db8e423a76c341) @@ -1,14 +1,14 @@ ########################################################################### # -# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# Copyright (c) 2021-2023 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # # @file test_flush.py # # @author (last) Dara Navaei -# @date (last) 28-Jun-2021 +# @date (last) 19-Sep-2022 # @author (original) Dara Navaei # @date (original) 16-Apr-2021 # @@ -110,8 +110,8 @@ complete_counter = 1 f = open("/home/fw/projects/dialin/tests/flush_mode.log", "w") - #dg.hd_proxy.cmd_start_stop_dg_flush() - dg.cmd_dg_software_reset_request() + dg.hd_proxy.cmd_start_stop_dg_flush() + #dg.cmd_dg_software_reset_request() try: while True: @@ -147,9 +147,9 @@ except KeyboardInterrupt: dg.hd_proxy.cmd_start_stop_dg_flush(start=False) f.close() - events = dg.events.get_dg_events(2, 50) - for event in events: - print(event) + #events = dg.events.get_dg_events(2, 50) + #for event in events: + # print(event) if __name__ == "__main__":