Index: tests/peter/test_hd_records.py =================================================================== diff -u -r5b95fe318aeec36597d8fbbdbba1d54b1d48f380 -r4df4ba2027fd95dbdd6601cd3ec14861ce9fb6e7 --- tests/peter/test_hd_records.py (.../test_hd_records.py) (revision 5b95fe318aeec36597d8fbbdbba1d54b1d48f380) +++ tests/peter/test_hd_records.py (.../test_hd_records.py) (revision 4df4ba2027fd95dbdd6601cd3ec14861ce9fb6e7) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2022 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_hd_records.py +# +# @author (last) Dara Navaei +# @date (last) 04-Jan-2022 +# @author (original) Dara Navaei +# @date (original) 20-Jul-2021 +# +############################################################################ import copy import pprint import subprocess @@ -83,11 +98,10 @@ hd.calibration_record.cmd_reset_hd_calibration_record() print(hd.calibration_record.hd_calibration_record) - hd.system_record.cmd_reset_hd_system_record() - hd.service_record.cmd_reset_hd_service_record() + #hd.system_record.cmd_reset_hd_system_record() + #hd.service_record.cmd_reset_hd_service_record() - def test_hd_system_record(): hd = HD(log_level="DEBUG") if hd.cmd_log_in_to_hd(resend=False): @@ -114,10 +128,10 @@ if __name__ == "__main__": - #test_hd_reset_record_record() + test_hd_reset_record_record() #test_hd_calibration_record() # test_hd_service_record() #test_hd_reset_system_record() - test_hd_system_record() + #test_hd_system_record() # test_crc() # test_hd_system_record()