Skip to content

Commit

Permalink
Modify the occ list to accommodate the new BMC control list
Browse files Browse the repository at this point in the history
Change-Id: I2e16401e62c7cf656c597dfb13b6e9fe924386d6
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45496
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
  • Loading branch information
essawy authored and marthabroyles committed Sep 7, 2017
1 parent 261681f commit c07cf36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/bmc_rest_interface/amester_passthrough.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def identify_occs(self):
raise Exception("Failed to identify OCCs \n" + r.text)
self.occ_list = list(j['data'].keys())
self.occ_list.sort()
self.occ_list=self.occ_list[1:]
if not self.occ_list: # No OCC Objects identified on the DBUS, OCCs may not be active
raise Exception("No Active OCCs found! \n")

Expand Down

0 comments on commit c07cf36

Please sign in to comment.