Revision tags: v5.0-stable, v4.0-stable |
|
#
6fb70d98 |
| 24-Oct-2023 |
Matt Fischer <matthew.fischer@hpe.com> |
Switch from Force Tags to Test Tags
Force Tags is deprecated in Robot 7.0 and will eventually warn and then after that stop working. Test Tags performs the same function per docs.
Change-Id: I7cf30
Switch from Force Tags to Test Tags
Force Tags is deprecated in Robot 7.0 and will eventually warn and then after that stop working. Test Tags performs the same function per docs.
Change-Id: I7cf305754b247b995a05d8da3b9de9ed613ecae2 Signed-off-by: Matt Fischer <matthew.fischer@hpe.com>
show more ...
|
#
4d430283 |
| 27-Apr-2023 |
ganesanb <ganesanb@ami.com> |
Managers ID : Introduced variable to declare Managers ID in resource.robot and updated all the scripts in openbmc-test-automation
Changes: - Introduced ${MANAGER_ID} variable in resource.robot
Managers ID : Introduced variable to declare Managers ID in resource.robot and updated all the scripts in openbmc-test-automation
Changes: - Introduced ${MANAGER_ID} variable in resource.robot - Replaced all the Managers/bmc to Managers/${MANAGER_ID} across all the scripts - Also in data/variables.py updated chassis id for the few redfish uri.
Tested: - Ran All The Scripts Successfully
Change-Id: Iff3673aae27657e0799dec5cb94c1651a0cd5d18 Signed-off-by: ganesanb <ganesanb@ami.com> Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
Revision tags: robotframework-requests, v2.10-Hardknott |
|
#
73cae6e4 |
| 04-Mar-2021 |
susilsi7 <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.
Signed-off-by: susilsi7 <susilsi7@in.ibm.com> Change-Id: Ib4a42506614495e3c0b572d445d3858c13bfc4fc
show more ...
|
#
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 ...
|
#
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 ...
|
Revision tags: v2.8.0-stable |
|
#
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 ...
|
#
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>
|
#
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 ...
|
#
872d69fa |
| 18-Oct-2019 |
George Keishing <gkeishin@in.ibm.com> |
REST software priority set using boolean value
Change-Id: I6ec741513a0baf28ca43166d23831b5738b1096d Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
#
da339e6c |
| 10-Oct-2019 |
Sivas SRR <sivas.srr@in.ibm.com> |
Verify Post Code Update State
Resolve openbmc/openbmc-test-automation#1958
Change-Id: I298ec1c011d310c3aa35de250d1730657fe37dcc Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>
|
Revision tags: v2.7-warrior-stable, v2.6-thud-stable |
|
#
a8800da7 |
| 18-Dec-2018 |
Steven Sombar <ssombar@us.ibm.com> |
More double slash URL fixes
Fix SNMP test case library module. Fix TCs that reference NETWORK_MANAGER. Fix TCs that reference BMC_LOGGING_ENTRY.
Change-Id: I17070540062461ef2106e8e2aa7f43f835bf7fdd
More double slash URL fixes
Fix SNMP test case library module. Fix TCs that reference NETWORK_MANAGER. Fix TCs that reference BMC_LOGGING_ENTRY.
Change-Id: I17070540062461ef2106e8e2aa7f43f835bf7fdd Signed-off-by: Steven Sombar <ssombar@us.ibm.com>
show more ...
|
#
6bb38aae |
| 16-Nov-2018 |
George Keishing <gkeishin@in.ibm.com> |
Fix error logging URI path
Change-Id: I47919c64a0d5b69bde45690a696cff8427ce3a2a Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
Revision tags: v2.2-stable |
|
#
81095b64 |
| 05-Nov-2018 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Move IPMI disable persistence test in new suite.
Resolves openbmc/openbmc-test-automation#1479
Change-Id: I1081b976b260dc43b1800356a83082a983b72b40 Signed-off-by: Rahul Maheshwari <rahulmaheshwari
Move IPMI disable persistence test in new suite.
Resolves openbmc/openbmc-test-automation#1479
Change-Id: I1081b976b260dc43b1800356a83082a983b72b40 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
show more ...
|
#
fa146c43 |
| 05-Nov-2018 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Fix for certificate directory not found during code update
Resolves openbmc/openbmc-test-automation#1480
Change-Id: Icbadd0c16c245b696d2ceca6a480affb49892dbd Signed-off-by: Rahul Maheshwari <rahul
Fix for certificate directory not found during code update
Resolves openbmc/openbmc-test-automation#1480
Change-Id: Icbadd0c16c245b696d2ceca6a480affb49892dbd Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
show more ...
|
#
8b70ddd5 |
| 08-Oct-2018 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Added test case to verify certificate persistency after BMC update.
Resolves openbmc/openbmc-test-automation#1470
Change-Id: I586132c1c661c8c865d9a3f7ac9853cda9163488 Signed-off-by: Rahul Maheshwar
Added test case to verify certificate persistency after BMC update.
Resolves openbmc/openbmc-test-automation#1470
Change-Id: I586132c1c661c8c865d9a3f7ac9853cda9163488 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
show more ...
|
#
1659f59e |
| 03-Oct-2018 |
George Keishing <gkeishin@in.ibm.com> |
Verify IPMI disable policy persistency after code update
Changes: - Test to set IPMI disable, update BMC code and verify policy post update.
Change-Id: Id894cc1700077a132cb15b5e83e5434dca
Verify IPMI disable policy persistency after code update
Changes: - Test to set IPMI disable, update BMC code and verify policy post update.
Change-Id: Id894cc1700077a132cb15b5e83e5434dca1666e9 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
Revision tags: v2.1-stable, v2.0-stable |
|
#
e78a4431 |
| 29-Mar-2018 |
Michael Walsh <micwalsh@us.ibm.com> |
Change to avoid failed code update due to delete dump failure.
Change-Id: I4714341d04605cde2709e42d7ddb4213ef74c5fb Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
|
#
8c7ada42 |
| 15-Jan-2018 |
Sweta Potthuri <spotthur@in.ibm.com> |
List the BMC/PNOR images before code update.
Resolves openbmc/openbmc-test-automation#1198
Change-Id: I8b894377fc9955ffd3012fb53bb44947381c89c1 Signed-off-by: Sweta Potthuri <spotthur@in.ibm.com>
|
#
0889d43b |
| 27-Nov-2017 |
George Keishing <gkeishin@in.ibm.com> |
Skip delete if BMC image is active
Change-Id: I7af32afb1fd0d972180c469fde2062aa7441bfae Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
#
77c6919b |
| 02-Nov-2017 |
Sivas SRR <sivas.srr@in.ibm.com> |
Basic BMC performance check before and after code update
Resolves openbmc/openbmc-test-automation#1007
Change-Id: I2584a14695163fb5c3ed3a809baff704b9f410d6 Signed-off-by: Sivas SRR <sivas.srr@in.ib
Basic BMC performance check before and after code update
Resolves openbmc/openbmc-test-automation#1007
Change-Id: I2584a14695163fb5c3ed3a809baff704b9f410d6 Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>
show more ...
|