Index: tests/peter/test_hd_records.py =================================================================== diff -u -rc3b33cf5796df77eb213523c1e06ba4adbb9501d -r32e628abcbbd3fd70866505d9f2836a6f732ef06 --- tests/peter/test_hd_records.py (.../test_hd_records.py) (revision c3b33cf5796df77eb213523c1e06ba4adbb9501d) +++ tests/peter/test_hd_records.py (.../test_hd_records.py) (revision 32e628abcbbd3fd70866505d9f2836a6f732ef06) @@ -1,14 +1,14 @@ ########################################################################### # -# Copyright (c) 2021-2022 Diality Inc. - All Rights Reserved. +# Copyright (c) 2021-2024 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 +# @date (last) 18-Jun-2022 # @author (original) Dara Navaei # @date (original) 20-Jul-2021 # @@ -124,7 +124,7 @@ f.write(record_old_formatted) hd.system_record.hd_system_record['system_record']['top_level_pn'][1] = 'ASD-S123' - hd.system_record.hd_system_record["system_record"]["top_level_sn"][1] = 'ASD-S1234' + hd.system_record.hd_system_record["system_record"]["top_level_sn"][1] = 'HD_Device_00000' hd.system_record.hd_system_record["system_record"]["mfg_location"][1] = 9 hd.system_record.hd_system_record["system_record"]["crc"][1] = \ NVOpsUtils.get_group_record_crc(hd.system_record.hd_system_record["system_record"]) @@ -161,10 +161,12 @@ if __name__ == "__main__": # test_hd_reset_record_record() - test_hd_sw_config_record() + #test_hd_sw_config_record() #test_hd_calibration_record() #test_hd_service_record() #test_hd_reset_system_record() #test_hd_system_record() # test_crc() - # test_hd_system_record() + test_hd_system_record() + +