2ef6a7db | 19-May-2021 |
George Keishing <gkeishin@in.ibm.com> |
Add support to flush out system dumps
Changes: - Added keyword to delete system dumps. - Call the new keyword at boot test and clean up path.
Change-Id: Ibdb880b7e0ad07b9097b3c97701fea72c
Add support to flush out system dumps
Changes: - Added keyword to delete system dumps. - Call the new keyword at boot test and clean up path.
Change-Id: Ibdb880b7e0ad07b9097b3c97701fea72c2d4f28a Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
7d45e3d0 | 04-Jun-2021 |
George Keishing <gkeishin@in.ibm.com> |
Move REST software manager from redfish to extended/code_update/ directory
Redfish code changes for the same are WIP.
Change-Id: I988aaf3350f2ff2966138e0a7dd21d79b41093cb Signed-off-by: George Keis
Move REST software manager from redfish to extended/code_update/ directory
Redfish code changes for the same are WIP.
Change-Id: I988aaf3350f2ff2966138e0a7dd21d79b41093cb Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
8dd04aff | 23-Mar-2021 |
George Keishing <gkeishin@in.ibm.com> |
Update script to do REST vs Redfish clean up
Change-Id: I79e48f7f1cef1cc7552a220b25e7ce08f81c52cf Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
397846bb | 28-Apr-2020 |
George Keishing <gkeishin@in.ibm.com> |
Redfish BMC reset loops
Change-Id: I219f3c0d9594fd11e5a701cf08934d2232ffbb94 Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
7e854715 | 17-Mar-2021 |
George Keishing <gkeishin@in.ibm.com> |
Add Test Timeout directive to force test update to exit
We have noticed that some of the update hangs for unexplained reason at the moment. Adding this directive may help do clean shutdown fail tha
Add Test Timeout directive to force test update to exit
We have noticed that some of the update hangs for unexplained reason at the moment. Adding this directive may help do clean shutdown fail than hanging.
Change-Id: Ibaab502974c70f89a6dc2bb6c4de300ac8185087 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
ab3954f0 | 02-Mar-2021 |
George Keishing <gkeishin@in.ibm.com> |
Revert "Automation fix to delete the non functional image"
This reverts commit b7df3de484b7334cea20a8201531433fdc378b84.
Reason for revert: Failing code update due to condition it doesnt meet
Chan
Revert "Automation fix to delete the non functional image"
This reverts commit b7df3de484b7334cea20a8201531433fdc378b84.
Reason for revert: Failing code update due to condition it doesnt meet
Change-Id: Ic2269f5f8945c3c78fb3969005e065683c68d3b9
show more ...
|
b7df3de4 | 13-Jan-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
Automation fix to delete the non functional image
Changes: - In previous code if user try to install the firmware which is non-functional but in active state then the code update skip,
Automation fix to delete the non functional image
Changes: - In previous code if user try to install the firmware which is non-functional but in active state then the code update skip, and it changes the priority to lowest and then make it fucntional image. - In new implementation, user can flash the firmware. - When user flash an image which is non functional on BMC, then these changes will delete the non functional image on BMC. After the deleting the non fucntional image, a fresh code update start with user image.
Change-Id: I98e2f98698e7c0b9535cc4415b55081d445cc16c Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
334df294 | 08-Feb-2021 |
George Keishing <gkeishin@in.ibm.com> |
Update Clean up script to handle REST and redfish
Change-Id: Ia9e53411faef3f32f2f959ac559894b0d3d9a1d5 Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
4d4ef99f | 28-Jan-2021 |
George Keishing <gkeishin@in.ibm.com> |
Fix typo in code documentation
Change-Id: Ib2f0023657ce4f9f8feddfac772c0ff53e88e50b Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
fe96e64e | 25-Jan-2021 |
George Keishing <gkeishin@in.ibm.com> |
Set ApplyTime policy to OnReset
Changes: - Set ApplyTime attribute to "OnReset" to prevent BMC taking auto reset when activation completes.
Change-Id: I21077bd4b7cb0155f2091239a736cdfb4c2
Set ApplyTime policy to OnReset
Changes: - Set ApplyTime attribute to "OnReset" to prevent BMC taking auto reset when activation completes.
Change-Id: I21077bd4b7cb0155f2091239a736cdfb4c20ed4b Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
033a7644 | 14-Oct-2020 |
George Keishing <gkeishin@in.ibm.com> |
Add Redfish Delete dump for clean up robot script
Change-Id: I3e7959020da4a57a6f76416bf2b4a98cf84674b1 Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
e31e2232 | 05-Oct-2020 |
George Keishing <gkeishin@in.ibm.com> |
Disable MTU ping test check in system cleanup robot code
Due to different systems config out there, commenting out to avoid failure during system clean up from robot code.
Change-Id: I850a63c4736ed
Disable MTU ping test check in system cleanup robot code
Due to different systems config out there, commenting out to avoid failure during system clean up from robot code.
Change-Id: I850a63c4736ede9f2dd45502f5def1cc8bc9f5ca Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
ab209cdd | 01-Jul-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Address issue for deprecated syntax
Change from :FOR to FOR/END to address a new WARNING in the new robot version.
Sample warning message as mention below.
FOR loop starting on line 26: For loop h
Address issue for deprecated syntax
Change from :FOR to FOR/END to address a new WARNING in the new robot version.
Sample warning message as mention below.
FOR loop starting on line 26: For loop header ': FOR' is deprecated. Use 'FOR' instead.
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com> Change-Id: I1720b3c7e6fbbafda3fca6f91edf97c80fdd9f41
show more ...
|
2b4ef608 | 19-Jun-2020 |
George Keishing <gkeishin@in.ibm.com> |
Remove TODO action items from the codes
These comments are no longer valid or lost in time. The fixes are resilience so far and changing could lead to wider impacts. Removing them for good and we wi
Remove TODO action items from the codes
These comments are no longer valid or lost in time. The fixes are resilience so far and changing could lead to wider impacts. Removing them for good and we will fix as an when it is reported.
Change-Id: Ida20fa841565de63823f7066bd5106c5b68ef880 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
5dbaf9d7 | 19-Jun-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Address issue for deprecated syntax
Change from :FOR to FOR/END to address a new WARNING in the new robot version.
Sample warning message as mention below.
FOR loop starting on line 26: For loop h
Address issue for deprecated syntax
Change from :FOR to FOR/END to address a new WARNING in the new robot version.
Sample warning message as mention below.
FOR loop starting on line 26: For loop header ': FOR' is deprecated. Use 'FOR' instead.
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com> Change-Id: I00090db867f86f58e6af98f1b5e608f5960bc1c2
show more ...
|
de2acae9 | 17-Jun-2020 |
George Keishing <gkeishin@in.ibm.com> |
Add new redfish supported keyword in cleanup script
Change-Id: I605188f9309bc98bdff8806bfdb15b5a54524126 Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
c81c6aeb | 08-May-2020 |
Michael Walsh <micwalsh@us.ibm.com> |
Adjust to unquoted version_id
The version_id from /etc/os-release is no longer double-quoted. Made adjustments to bmc code update code.
Change-Id: I9135292c9068c3a73620f72ca6667920c824933d Signed-
Adjust to unquoted version_id
The version_id from /etc/os-release is no longer double-quoted. Made adjustments to bmc code update code.
Change-Id: I9135292c9068c3a73620f72ca6667920c824933d Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
show more ...
|
c23d4247 | 07-May-2020 |
George Keishing <gkeishin@in.ibm.com> |
Update pass execution check for code update
Change-Id: I29818d0125e09c806ba30a6414bab22a13666075 Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
6a849ad2 | 26-Feb-2020 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Removing keyword to install certificate using REST
Change-Id: I7b5e7869af19e64cbbb18d2ececfd9b3fa9f6c15 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
f188e4a0 | 17-Feb-2020 |
George Keishing <gkeishin@in.ibm.com> |
Update test code with industry-standard terminology
Resolves openbmc/openbmc-test-automation#2076
Change-Id: I50f38fe76f454deeb8a72e3f6310600a63844a9a Signed-off-by: George Keishing <gkeishin@in.ib
Update test code with industry-standard terminology
Resolves openbmc/openbmc-test-automation#2076
Change-Id: I50f38fe76f454deeb8a72e3f6310600a63844a9a Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
cda2c454 | 13-Feb-2020 |
George Keishing <gkeishin@in.ibm.com> |
Add Redfish clearing logging entries
Changes needed to ensure if REST delete fails, redfish does the cleaning of entries.
Change-Id: I44dfd71df5ed19b5a88432ace2e6561212d112d4 Signed-off-by: George
Add Redfish clearing logging entries
Changes needed to ensure if REST delete fails, redfish does the cleaning of entries.
Change-Id: I44dfd71df5ed19b5a88432ace2e6561212d112d4 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
a3e7b222 | 03-Feb-2020 |
Michael Walsh <micwalsh@us.ibm.com> |
Add support for BOOT_TABLE_PATH -v parm
Change-Id: I99d7210c77fe44043420d75fadc107d3c444a72c Signed-off-by: Michael Walsh <micwalsh@us.ibm.com> |
333bb72c | 11-Dec-2019 |
George Keishing <gkeishin@in.ibm.com> |
Robot coding guideline fixes
Changes: - Remove excessive new line entries. - Fix line char 110 exceeding.
Change-Id: I06d99185d1507c704bd77d1b6998ed29b8df2e4e Signed-off-by: George Keishing
Robot coding guideline fixes
Changes: - Remove excessive new line entries. - Fix line char 110 exceeding.
Change-Id: I06d99185d1507c704bd77d1b6998ed29b8df2e4e Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
8010d867 | 03-Dec-2019 |
George Keishing <gkeishin@in.ibm.com> |
Skip BMC image install if already functional
Changes: - Added check to skip image upload if the same version is already functional else the upload would fail otherwise with "Version
Skip BMC image install if already functional
Changes: - Added check to skip image upload if the same version is already functional else the upload would fail otherwise with "Version already exists or failed to be extracted."
Change-Id: I1e6c2e36cc39787873f3f8e3860bbc72cd4ad2fd Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
046fe223 | 08-Nov-2019 |
Michael Walsh <micwalsh@us.ibm.com> |
Use SSH_PORT/HTTPS_PORT in basic functions
- In order to improve the code base's ability to run with simulated machines, specified SSH_PORT and HTTPS_PORT in basic functions that communicate with th
Use SSH_PORT/HTTPS_PORT in basic functions
- In order to improve the code base's ability to run with simulated machines, specified SSH_PORT and HTTPS_PORT in basic functions that communicate with the OBMC machine. - Also adjusted some calls to set or pass SSH_PORT and HTTPS_PORT.
Change-Id: If3a8b317eda80ac9c071c51084ede20ce3023484 Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
show more ...
|