Skip to content

Commit

Permalink
Merge pull request sonic-net#113 from mssonicbld/sonicbld/202205-merge
Browse files Browse the repository at this point in the history
[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205
  • Loading branch information
mssonicbld authored Sep 20, 2023
2 parents 100efe0 + 0e715cc commit 65fb2a5
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,3 +321,16 @@ def install_firmware(self, image_path):
A boolean, True if install was successful, False if not
"""
return False

def update_firmware(self,image_path):
"""
Updates firmware to the componenent
Args:
image_path: A string, path to firmware image
Returns:
A boolean, True if install was successful, False if not
"""
return False

0 comments on commit 65fb2a5

Please sign in to comment.