Skip to content

Commit

Permalink
Merge pull request #217 from ningmengcao060634/201911_cel_dev
Browse files Browse the repository at this point in the history
201911 cel dev
  • Loading branch information
celestica-gl committed Oct 19, 2020
2 parents 2befe3e + 18663cb commit 1977817
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ def get_current_bios(self):
# @return a string, "master" or "slave"
"""
bios_ver = "N/A"
data = self.get_from_bmc(self.bmc_info_uri)
data = self.get_from_bmc(self.bios_boot_uri)
if not data or "Flash" not in data:
return bios_ver

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ def get_current_bios(self):
# @return a string, "master" or "slave"
"""
bios_ver = "N/A"
data = self.get_from_bmc(self.bmc_info_uri)
data = self.get_from_bmc(self.bios_boot_uri)
if not data or "Flash" not in data:
return bios_ver

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ def get_current_bios(self):
# @return a string, "master" or "slave"
"""
bios_ver = "N/A"
data = self.get_from_bmc(self.bmc_info_uri)
data = self.get_from_bmc(self.bios_boot_uri)
if not data or "Flash" not in data:
return bios_ver

Expand Down

0 comments on commit 1977817

Please sign in to comment.