Index: tests/test_flush.py =================================================================== diff -u -r3fe5704990dd6a50e0954126687d70f2a3545e0c -racd09d02879e8add4cf7f694f5db8e423a76c341 --- tests/test_flush.py (.../test_flush.py) (revision 3fe5704990dd6a50e0954126687d70f2a3545e0c) +++ 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) 10-Nov-2021 +# @date (last) 19-Sep-2022 # @author (original) Dara Navaei # @date (original) 16-Apr-2021 # @@ -110,7 +110,7 @@ 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() try: @@ -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__":