Index: dialin/hd/service_record.py =================================================================== diff -u -r2abf398a7fffa390c46f8d41403de44575ffd97e -r3faf9b30230285e1eb6a1818ef34cce36ccb9ce1 --- dialin/hd/service_record.py (.../service_record.py) (revision 2abf398a7fffa390c46f8d41403de44575ffd97e) +++ dialin/hd/service_record.py (.../service_record.py) (revision 3faf9b30230285e1eb6a1818ef34cce36ccb9ce1) @@ -297,7 +297,7 @@ return service_records, groups_byte_size - def cmd_set_dg_service_record_excel_to_fw(self, report_address: str) -> bool: + def cmd_set_hd_service_record_excel_to_fw(self, report_address: str) -> bool: """ Handles setting the service record data that is in an excel report to the firmware. Index: tests/dg_nvm_scripts.py =================================================================== diff -u -redb4707f0ccf786624a1a6c8cfaa359a35cea7e3 -r3faf9b30230285e1eb6a1818ef34cce36ccb9ce1 --- tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision edb4707f0ccf786624a1a6c8cfaa359a35cea7e3) +++ tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision 3faf9b30230285e1eb6a1818ef34cce36ccb9ce1) @@ -99,9 +99,9 @@ # It creates a folder called DG_NV_Records in the destination that is called # If no address is provided, the default location is one folder above the dialin folder wherever it is installed # in your computer. - dg.service_record.cmd_get_dg_service_record() + #dg.service_record.cmd_get_dg_service_record() - #dg.service_record.cmd_set_dg_service_record_excel_to_fw('/home/fw/projects/DG_NV_Records/2023-06-12-DG-Record.xlsx') + dg.service_record.cmd_set_dg_service_record_excel_to_fw('/home/fw/projects/DG_NV_Records/2023-10-23-DG-Record.xlsx') #dg.service_record.cmd_reset_dg_service_record() @@ -112,14 +112,14 @@ if dg.cmd_log_in_to_dg(): - run_sw_configs_commands() + #run_sw_configs_commands() #run_calibration_commands() #run_system_commands() #run_usage_info_commands() - #run_service_commands() + run_service_commands() Index: tests/hd_nvm_scripts.py =================================================================== diff -u -r16df0ff9933597a0147fb309c0d2120804255fca -r3faf9b30230285e1eb6a1818ef34cce36ccb9ce1 --- tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 16df0ff9933597a0147fb309c0d2120804255fca) +++ tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 3faf9b30230285e1eb6a1818ef34cce36ccb9ce1) @@ -100,9 +100,9 @@ # It creates a folder called DG_NV_Records in the destination that is called # If no address is provided, the default location is one folder above the dialin folder wherever it is installed # in your computer. - hd.service_record.cmd_get_hd_service_record() + #hd.service_record.cmd_get_hd_service_record() - #hd.service_record.cmd_set_dg_service_record_excel_to_fw('/home/fw/projects/HD_NV_Records/2022-12-07-HD-Record.xlsx') + hd.service_record.cmd_set_hd_service_record_excel_to_fw('/home/fw/projects/HD_NV_Records/2023-10-23-HD-Record.xlsx') #hd.service_record.cmd_reset_hd_service_record() @@ -117,12 +117,12 @@ #run_sw_configs_commands() # Comment this function if not needed - run_calibration_commands() + #run_calibration_commands() #run_system_commands() #run_usage_info_commands() - #run_service_commands() + run_service_commands()