Index: tests/hd_nvm_scripts.py =================================================================== diff -u -r32001abdfb62770761771b563eb6ff517152fc76 -ra994d47d279b23603de37a19bf947b8212527190 --- tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 32001abdfb62770761771b563eb6ff517152fc76) +++ tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision a994d47d279b23603de37a19bf947b8212527190) @@ -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()