mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-12-04 23:15:29 +00:00
Why I did it To return 'False' in update_firmware component API in DellEMC Z9332f platform, if the firmware image is not present in the provided image path. How I did it Updated 'update_firmware' in component.py to return False if image is not found in location provided by 'image_path' How to verify it Verified that the API returns False when an invalid image path is specified.