e187964a | 09-Dec-2020 |
George Keishing <gkeishin@in.ibm.com> |
Redfish v1 boot state mapping update for boot table JSON
Changes: - Update boot table to redfish mapping state - Added GET current active session info for reference
Change-Id: I3f599194
Redfish v1 boot state mapping update for boot table JSON
Changes: - Update boot table to redfish mapping state - Added GET current active session info for reference
Change-Id: I3f59919485cddbf2f272845d652443133da1efce Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
8abbb4d9 | 29-Jan-2021 |
Prashanth Katti <prkatti1@in.ibm.com> |
IPv6 libraries and base code
Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com> Change-Id: I0bffbe24582f8adcf69755f318e3c2686eaab022 |
16b3c7bf | 28-Jan-2021 |
George Keishing <gkeishin@in.ibm.com> |
Fix typo in the code and documentation
Change-Id: I4fa01e4790ba3a50d8a59a5a85e6781bd8f539d1 Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
41540ea7 | 07-Jan-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
Redfish change to switch the backup image to functional
changes: - Added keyword "Switch Backup Firmware Image To Functional" - corrected the typo
Change-Id: I07b3c1da1fb8a193a51253d8b07c2def
Redfish change to switch the backup image to functional
changes: - Added keyword "Switch Backup Firmware Image To Functional" - corrected the typo
Change-Id: I07b3c1da1fb8a193a51253d8b07c2defc1669e06 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
4f76cf66 | 22-Dec-2020 |
George Keishing <gkeishin@in.ibm.com> |
Update GET request header to Content-Type=application/json
Looks like recent bmcweb changes blocks the GET request for Content-Type=application/octet-stream
Change-Id: I4e66c4d10d99c902884530a24464
Update GET request header to Content-Type=application/json
Looks like recent bmcweb changes blocks the GET request for Content-Type=application/octet-stream
Change-Id: I4e66c4d10d99c902884530a2446445cc4abbc040 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
7e9191be | 08-Dec-2020 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Fix for VPD test failure
Change-Id: I6c1b7a668a82f992563b82afd0526ff490ad1ec2 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
7b83a7fc | 07-Dec-2020 |
George Keishing <gkeishin@in.ibm.com> |
Keyword to read the redfish boot progress state
Changes: - New keyword to GET and return the boot progress state. - Add new keyword to return all the system states.
boot state example:
Keyword to read the redfish boot progress state
Changes: - New keyword to GET and return the boot progress state. - Add new keyword to return all the system states.
boot state example: { 'bmc': 'Enabled', 'chassis': 'Off', 'host': 'Disabled', 'boot_progress': 'None' }
{ 'bmc': 'Enabled', 'chassis': 'On', 'host': 'Enabled', 'boot_progress': 'SystemHardwareInitializationComplete' }
{ 'bmc': 'Enabled', 'chassis': 'On', 'host': 'Enabled', 'boot_progress': 'OSRunning' }
Change-Id: Ibca7d81eb96933ce338d451858ec5aba417d1906 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
74c1c856 | 09-Dec-2020 |
George Keishing <gkeishin@in.ibm.com> |
Ignore session delete failure
When deleting all the active session, it is possible that a listed session just expired and cleanup automatically. In that situation the delete would return failure.
C
Ignore session delete failure
When deleting all the active session, it is possible that a listed session just expired and cleanup automatically. In that situation the delete would return failure.
Change-Id: I17e4fc20eec1cecd605b9367b9d88b15f538f382 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
4d65c86d | 03-Dec-2020 |
George Keishing <gkeishin@in.ibm.com> |
Purge all active redfish session post boot test run
Change-Id: Ic169b994c02eb5e3a5eba3b5a783974e86f4bb2b Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
b2150da8 | 07-Dec-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Automation change to move common keyword to file lib/redfish_code_update_utils.robot
changes: - Moveing below keywords from redfish/extended/redfish_bmc_code_update.robot to lib/redfis
Automation change to move common keyword to file lib/redfish_code_update_utils.robot
changes: - Moveing below keywords from redfish/extended/redfish_bmc_code_update.robot to lib/redfish_code_update_utils.robot - "Get BMC Functional Firmware" - "Get Functional Firmware" - "Get Non Functional Firmware"
Change-Id: I66343978b77332da45b6b3fcbb8b9850dddfb9bf Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
da40c1d2 | 01-Dec-2020 |
Michael Shepos <shepos@us.ibm.com> |
Changes to support Redfish boot progress
Signed-off-by: Michael Shepos <shepos@us.ibm.com> Change-Id: Icfe34896b5801f13a344b6a3983696796dc476cb |
6ceba1cf | 25-Nov-2020 |
George Keishing <gkeishin@in.ibm.com> |
Redfish boot table and introduce transition varaible
Changes: - Update redfish boot table. - Added REDFISH_SUPPORT_TRANS_STATE transition flag to enable REST vs Redfish and new boot
Redfish boot table and introduce transition varaible
Changes: - Update redfish boot table. - Added REDFISH_SUPPORT_TRANS_STATE transition flag to enable REST vs Redfish and new boot progress changes.
Change-Id: I82d422bc811b91061a4f007c606712665c660c48 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
ca49ced3 | 05-Nov-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Implementation change of getting server ip
changes: - Implementation change of getting server ip using socket - Removed: Create A Session With ClientID Get Session Information By
Implementation change of getting server ip
changes: - Implementation change of getting server ip using socket - Removed: Create A Session With ClientID Get Session Information By ClientID Verify A Session Created With ClientID
Change-Id: I5c3c6554173cd028580f7f5ecca088626f72a21a Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
961050ba | 12-Nov-2020 |
Sridevi Ramesh <sridevra@in.ibm.com> |
Fix pldmtool output to support json format
Change-Id: I92a6af0ca1ee5edf77fda1439435bf3956881b0d Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com> |
0ef1e157 | 02-Nov-2020 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Fix for VPD write test case failure
Changes include: - Modified Vpdtool function to only return output if its a VPD read command. - Restore old VPD data after VPD write test.
Change-I
Fix for VPD write test case failure
Changes include: - Modified Vpdtool function to only return output if its a VPD read command. - Restore old VPD data after VPD write test.
Change-Id: I9499fc9f4dae2e47b6286c9178e02e736fe58308 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
show more ...
|
92a54bf5 | 11-Nov-2020 |
Michael Shepos <shepos@us.ibm.com> |
Add changes to fix REDFISH_REST_SUPPORTED not found
Signed-off-by: Michael Shepos <shepos@us.ibm.com> Change-Id: I2eae7831771250317ab09c671c89ac6aa244812f |
a89ff9ef | 25-Sep-2020 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Fix to accommodate xyz's BMC dump path changes
BMC dump uri has changed from /xyz/openbmc_project/dump/entry/ to /xyz/openbmc_project/dump/bmc/entry/. This change is to make dump automation work on
Fix to accommodate xyz's BMC dump path changes
BMC dump uri has changed from /xyz/openbmc_project/dump/entry/ to /xyz/openbmc_project/dump/bmc/entry/. This change is to make dump automation work on builds with or without this url changes.
Change-Id: I27b010d67f17efb88d60b673153fafa5a3b0565f Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
show more ...
|
87e984c8 | 20-Oct-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Code enhancement on creating an session and verifying the session information
Change-Id: I3af9f71f34f7d837a8777d0a5e5b667a9eecd203 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com> |
e07858a6 | 16-Oct-2020 |
manashsarma <manashsarma@in.ibm.com> |
Add GUI test cases for LDAP and HTTPS certificate installation
Added test cases: - Verify Installed HTTPS Certificate - Verify Installed LDAP Certificate
Change-Id: Ic155cd3fa89aa2d51a519ffcbe1a6dc
Add GUI test cases for LDAP and HTTPS certificate installation
Added test cases: - Verify Installed HTTPS Certificate - Verify Installed LDAP Certificate
Change-Id: Ic155cd3fa89aa2d51a519ffcbe1a6dc220eb29c4 Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
b9feda70 | 05-Oct-2020 |
manashsarma <manashsarma@in.ibm.com> |
Added test to verify installed CA certificate
Added testcases: - Verify Installed CA Certificate
Change-Id: I2e8fb36c3ebbde167b1aa2dcc3611ba05cbb9024 Signed-off-by: manashsarma <manashsarma@in.ibm.
Added test to verify installed CA certificate
Added testcases: - Verify Installed CA Certificate
Change-Id: I2e8fb36c3ebbde167b1aa2dcc3611ba05cbb9024 Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
95cbcebd | 21-Oct-2020 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Added test cases related to BMC dump delete
Test cases added: - Delete User Initiated BMC Dump And Verify - Delete All User Initiated BMC Dumps And Verify
Change-Id: If0a6004b2905318a2070ce
Added test cases related to BMC dump delete
Test cases added: - Delete User Initiated BMC Dump And Verify - Delete All User Initiated BMC Dumps And Verify
Change-Id: If0a6004b2905318a2070ceb57709413e222bef0e Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
show more ...
|
de5d6f1f | 14-Oct-2020 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Added a keyword to delete all BMC dump via Redfish
Change-Id: Ia24dfa732279f4a91761eb112d67e421bf920b8a Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
b131ff38 | 13-Oct-2020 |
George Keishing <gkeishin@in.ibm.com> |
REDFISH_REST_SUPPORTED initialize to support backward compatible
Due to the test infrastructure by default checks for redfish as a first choice to probe to connect to BMC, by default set to true for
REDFISH_REST_SUPPORTED initialize to support backward compatible
Due to the test infrastructure by default checks for redfish as a first choice to probe to connect to BMC, by default set to true for REST and redfish support.
Change-Id: Id195e7e89bbeb51645282347171d46fc62ac5bf2 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
a7b1912c | 04-Oct-2020 |
George Keishing <gkeishin@in.ibm.com> |
Update openbmctool paths
Due to recent changes in the openbmc/openbmc-tools directory structure changes, making the changes in the openbmc test scripts.
Change-Id: Ia32e45280b975359d9b22d2216e761e0
Update openbmctool paths
Due to recent changes in the openbmc/openbmc-tools directory structure changes, making the changes in the openbmc test scripts.
Change-Id: Ia32e45280b975359d9b22d2216e761e0b1033c3d Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
0e5f1137 | 30-Sep-2020 |
Michael Shepos <shepos@us.ibm.com> |
Use print_error_logs() to display BMC error_logs
Signed-off-by: Michael Shepos <shepos@us.ibm.com> Change-Id: I1a41f6dcf504c7a1234be80e4a3e6fb2605b3fe1 |