summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorWael El-Essawy <welessa@us.ibm.com>2017-08-31 11:44:22 -0500
committerMartha Broyles <mbroyles@us.ibm.com>2017-09-07 09:36:26 -0400
commitc07cf36d3f41021fc14e426e03301362aeaf1920 (patch)
treec92fa078b674e2a058e8c3d506b7bfe880b32fa4 /src/tools
parent261681fb1aeb1ae9108fc30e377b4ce14a30e76a (diff)
downloadtalos-occ-c07cf36d3f41021fc14e426e03301362aeaf1920.tar.gz
talos-occ-c07cf36d3f41021fc14e426e03301362aeaf1920.zip
Modify the occ list to accommodate the new BMC control list
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>
Diffstat (limited to 'src/tools')
-rwxr-xr-xsrc/tools/bmc_rest_interface/amester_passthrough.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/bmc_rest_interface/amester_passthrough.py b/src/tools/bmc_rest_interface/amester_passthrough.py
index 78d9682..71ec95c 100755
--- a/src/tools/bmc_rest_interface/amester_passthrough.py
+++ b/src/tools/bmc_rest_interface/amester_passthrough.py
@@ -91,6 +91,7 @@ class AMESTER:
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")
OpenPOWER on IntegriCloud