Index: tests/hd_nvm_scripts.py =================================================================== diff -u -racd09d02879e8add4cf7f694f5db8e423a76c341 -r0448a5c20523f3bd085494b5f797c833a3a0e46d --- tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision acd09d02879e8add4cf7f694f5db8e423a76c341) +++ tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 0448a5c20523f3bd085494b5f797c833a3a0e46d) @@ -33,7 +33,7 @@ # Use cmd_update_hd_sw_config_record() set the changes back to firmware # This function requires an address for the excel report. Use the absolute address of your excel report like the # example below - hd.sw_configs.cmd_update_hd_sw_config_record('/home/fw/projects/HD_NV_Records/2022-11-22-HD-SW-CONFIGS-Record.xlsx') + hd.sw_configs.cmd_update_hd_sw_config_record('/home/fw/projects/HD_NV_Records/2023-02-07-HD-SW-CONFIGS-Record.xlsx') # Use this function to reset the configuration records to all be 0 #hd.sw_configs.cmd_reset_hd_sw_config_record() @@ -114,12 +114,12 @@ if hd.cmd_log_in_to_hd(): # Comment this function if not needed - #run_sw_configs_commands() + run_sw_configs_commands() # Comment this function if not needed #run_calibration_commands() - run_system_commands() + #run_system_commands() #run_usage_info_commands()