George Keishing
George Keishing
When targeting GET on a URI if its not found / internal server error results in exception `HTTPError` , I can use the `expected_status` to override it however, it would...
``` }-bash-4.2$ curl -k -H "X-Auth-Token: $bmc_token" -X GET https://${bmc}/redfish/v1/AccountService { "@odata.context": "/redfish/v1/$metadata#AccountService.AccountService", "@odata.id": "/redfish/v1/AccountService", "@odata.type": "#AccountService.v1_1_0.AccountService", "AccountLockoutDuration": 0, "AccountLockoutThreshold": 0, "Accounts": { "@odata.id": "/redfish/v1/AccountService/Accounts" }, "Description": "Account Service", "Id":...
Started the IPMI SOL ``` ipmitool -I lanplus -C 3 -U root -P 0penBmc -H xx.xx.xx.xx sol activate ``` and was doing power on and off system and saw this...
``` -i IP, --ip IP Address of host to test against, using http or https (example: https://123.45.6.7:8000) ``` Earlier release it use to work without explicitly adding https or https...
Boot to standby and open the GUI KVM console.. and started seeing continously flooding the journald .. it keep pumping into journald till host is booted ``` Apr 26 07:32:08...
@GEORGE KEISHING Is there a test for https://github.com/DMTF/Redfish-Protocol-Validator ? I did not see one at https://github.com/openbmc/openbmc-test-automation/tree/dae849e98fef12443d23c244b28b69b23151c7f4/redfish/dmtf_tools but I thought the Redfish protocol validator had been run before Would be a...
``` rajeshkb — Today at 12:41 PM @GEORGE KEISHING is there any way or document available to map the ipmi command supported in community vs test automation scripts? ```
Default ``` /redfish/v1/Chassis/chassis ``` user can key in using -v CHASSIS_ID: ``` /redfish/v1/Chassis/${CHASSIS_ID} ``` however its good if we auto identify the chassis id name and load them up
https://medium.com/@rezahasetiaputra/postman-behavior-on-robot-framework-c99397d5e094 This is one interesting input from @generatz we will plan to implement this as well to have a wide variety of how we talk to the BMC web server....
Test steps: 1. Boot to OS 2. Start ``` ipmitool -I lanplus -U root -P 0penBmc sol activate -H xx.xx.xx.xx ``` 3. Trigger command from host OS partition ``` shutdown...