Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify the occ list to accommodate the new BMC control list | Wael El-Essawy | 2017-09-07 | 1 | -0/+1 |
| | | | | | | | | 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> | ||||
* | update the path to the OCC controller objects | Wael El-Essawy | 2017-07-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | This commit is made to match an OBMC code change, where the occ pass through objects were moved from /xyz/openbmc_project/occ/pass_through/occX to /org/open_power/control/occX Change-Id: Ied2bd5b089a73fc8a7f062eb9359c664cad4a7e6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43101 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> | ||||
* | RESTful API interface to the OCC pass through interface. | Wael El-Essawy | 2017-06-30 | 1 | -0/+793 |
rest_api.py -h gives the following output: usage: rest_api.py [-h] [-H HOST_IP] [-i] [-d] [-c] {p,s,q} ... Amester Script utilizing OpenBMC OCC Pass Thru positional arguments: {p,s,q} p get parameter list from OCC s get sensor list from OCC q quit optional arguments: -h, --help show this help message and exit -H HOST_IP, --host_ip HOST_IP hostname or IP of BMC, default is w56 -i, --interactive Run Amester Script in interactive mode -d, --debug print debugging/trace information -c, --csv display sensor/parameter readings in compact csv format Change-Id: Ia203bd91e45f261209db5dc9599a427d193ef828 RTC: 172524 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42064 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Wael El-Essawy <welessa@us.ibm.com> |