Index: tests/hd_nvm_scripts.py =================================================================== diff -u -r1f6af0afb3388e3a491e1446f336fff9997a3dba -r3b0142439081e79391b4c0531a673fcc0783bae7 --- tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 1f6af0afb3388e3a491e1446f336fff9997a3dba) +++ tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 3b0142439081e79391b4c0531a673fcc0783bae7) @@ -106,7 +106,16 @@ #hd.service_record.cmd_reset_hd_service_record() +def run_institutional_commands(): + # Comment and un-comment any of the functions that you would like to use or you can use your own scripts. + #hd.institutional_record.cmd_get_hd_institutional_record() + + hd.institutional_record.cmd_set_hd_institutional_record_excel_to_fw('/home/fw/projects/HD_NV_Records/2024-02-29-HD-Record.xlsx') + + #hd.institutional_record.cmd_reset_hd_institutional_record() + + if __name__ == "__main__": hd = HD(log_level="DEBUG") @@ -123,6 +132,8 @@ #run_usage_info_commands() - run_service_commands() + #run_service_commands() + run_institutional_commands() +