| feb79d60 | 20-Oct-2025 |
Igor Kanyuka <ifelmail@gmail.com> |
Tag suites missing suite level tags
Changed: Added Test Tags on suite level to the suites that did not have tags. With the tags it's easy to run all the tests, except of ones in particular suites.
Tag suites missing suite level tags
Changed: Added Test Tags on suite level to the suites that did not have tags. With the tags it's easy to run all the tests, except of ones in particular suites.
Tested: Ran robot, specified a directory (in another run it was top level suite with --suite option), and passed a few --excluded with suite tags, made sure the excluded suites did not run.
Change-Id: If902e4e26fb821e176037df39958ae161de6239e Signed-off-by: Igor Kanyuka <ifelmail@gmail.com>
show more ...
|
| 1f8baa22 | 15-May-2025 |
George Keishing <gkeishin@in.ibm.com> |
IPMI robot codes with latest directives
Changes: - Run KeyWord If is deprecated since Robot Framework version 5.*, use 'IF' instead
Tested: - Checked using robot dry-run to make sure the
IPMI robot codes with latest directives
Changes: - Run KeyWord If is deprecated since Robot Framework version 5.*, use 'IF' instead
Tested: - Checked using robot dry-run to make sure the syntax is not broken Change-Id: I8a52aeb2939104f2c94f294272d92c4a7692970e Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
| 162c52ac | 13-May-2025 |
Sridevi Ramesh <sridevra@in.ibm.com> |
Fix for deprecated robot builtin keywords
Changes: - Run KeyWord If is deprecated since Robot Framework version 5.*, use 'IF' instead
Tested: - Checked using robot dry-run to make sure the
Fix for deprecated robot builtin keywords
Changes: - Run KeyWord If is deprecated since Robot Framework version 5.*, use 'IF' instead
Tested: - Checked using robot dry-run to make sure the syntax is not broken
Change-Id: I281e5b9a7ccdc7ad72f75ad324d1c6a09b4f01dd Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
show more ...
|
| 6dcfc394 | 06-May-2025 |
Sridevi Ramesh <sridevra@in.ibm.com> |
Fix for deprecated Exit For Loop keyword
Changes: - Exit For Loop If is deprecated since Robot Framework version 5.*, use IF and BREAK instead
Tested: - Checked using robot dry-run to make s
Fix for deprecated Exit For Loop keyword
Changes: - Exit For Loop If is deprecated since Robot Framework version 5.*, use IF and BREAK instead
Tested: - Checked using robot dry-run to make sure the syntax is not broken
Change-Id: Ib12fecbc996ba14f4cabd7677f85a90fa3f2b39b Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
show more ...
|
| 56fef304 | 23-Apr-2025 |
George Keishing <gkeishin@in.ibm.com> |
Resource duplicate import clean-up
Changes: Fixes the following imports done in the test suites - lib/boot_utils.robot - lib/openbmc_ffdc.robot - lib/ipmi_client
Tested: NA
Resource duplicate import clean-up
Changes: Fixes the following imports done in the test suites - lib/boot_utils.robot - lib/openbmc_ffdc.robot - lib/ipmi_client
Tested: NA Change-Id: I2503bc35234d77cb8ea2253b8ed9093b659104f2 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
| e699f344 | 11-Apr-2025 |
George Keishing <gkeishin@in.ibm.com> |
Add FFDC collection and increase timeout
Changes: - Added keyword in test teardown FFDC On Test Case Fail - Increase wait for ping and REST check to improve success rate.
Tested
Add FFDC collection and increase timeout
Changes: - Added keyword in test teardown FFDC On Test Case Fail - Increase wait for ping and REST check to improve success rate.
Tested: - NA Change-Id: Ifbff53316567a9f97431152c1010fa2ee962a52e Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
| dec76618 | 13-Mar-2025 |
George Keishing <gkeishin@in.ibm.com> |
Update Legacy REST to Redfish Power on
Changes: - Redfish power replaces legacy REST code.
Tested: - Ran from sandbox with changes
Resolves openbmc/openbmc-test-automation/issues#2257
Cha
Update Legacy REST to Redfish Power on
Changes: - Redfish power replaces legacy REST code.
Tested: - Ran from sandbox with changes
Resolves openbmc/openbmc-test-automation/issues#2257
Change-Id: Ic4ab0926d5420361f6caec07098e433bd7cb2716 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
| 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 ...
|
| 579c72ee | 15-Dec-2023 |
George Keishing <gkeishin@in.ibm.com> |
Fix HTX library import
Changes: - Correct the python filename for the import for HTX
Tested: - NA
Change-Id: I6007aaa90529052d9e0ed3b60f205090ccb1851f Signed-off-by: George Keishing <
Fix HTX library import
Changes: - Correct the python filename for the import for HTX
Tested: - NA
Change-Id: I6007aaa90529052d9e0ed3b60f205090ccb1851f Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
| a28061a0 | 15-Dec-2023 |
George Keishing <gkeishin@in.ibm.com> |
Remove syslib and migrate to lib
Changes: - Move files to lib and rename to align to lib naming - Update test suites using it.
Tested: - Test on sandbox with robot --dryrun to make sure
Remove syslib and migrate to lib
Changes: - Move files to lib and rename to align to lib naming - Update test suites using it.
Tested: - Test on sandbox with robot --dryrun to make sure the linkage is not broken.
Change-Id: I586c06dd3c4e544d87d130c3331886016af66437 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
| 91e13740 | 15-Dec-2023 |
George Keishing <gkeishin@in.ibm.com> |
Relocate syslib utils_keywords.py to lib
Changes: - move syslib/utils_keywords.py to lib - Update test suites import path changes
Tested: - Sandbox robot --dryrun to ensure linking is
Relocate syslib utils_keywords.py to lib
Changes: - move syslib/utils_keywords.py to lib - Update test suites import path changes
Tested: - Sandbox robot --dryrun to ensure linking is not broken
Change-Id: Ic70f6778957e144272a3bb943a7e3c2515dbbbb1 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
| 3fc6313b | 14-Dec-2023 |
George Keishing <gkeishin@in.ibm.com> |
Relocate HTX resource file to lib
Changes: - Move the HTX resource file to lib/ with new filename - Update import on test suite using it.
Tested: - Ran robot --dryrun to ensure imports
Relocate HTX resource file to lib
Changes: - Move the HTX resource file to lib/ with new filename - Update import on test suite using it.
Tested: - Ran robot --dryrun to ensure imports is correct.
Change-Id: I5e133cfc332265a61ac430d3f6037bc7a8b2733a Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
| 7459c42f | 09-Nov-2023 |
sarandev3 <saranyad@in.ibm.com> |
Added fix for ignoring SOL console error
Changes: - Added fix for SOL console error we get on jenkins node gfw289. Tested: - Ran the testcase from sandbox successfully.
Change-Id: I21864aa94287f8d1
Added fix for ignoring SOL console error
Changes: - Added fix for SOL console error we get on jenkins node gfw289. Tested: - Ran the testcase from sandbox successfully.
Change-Id: I21864aa94287f8d1695842f2b313682fac853656 Signed-off-by: sarandev3 <saranyad@in.ibm.com>
show more ...
|
| 87dc442c | 20-Oct-2023 |
George Keishing <gkeishin@in.ibm.com> |
Add new force tags for the IPMI suites
Changes: - Add tag name for the suite
Tested: - NA
Change-Id: I1f87ede8c5241d34a3cf7ae988b5ffc43e84408b Signed-off-by: George Keishing <gkeishin@in.
Add new force tags for the IPMI suites
Changes: - Add tag name for the suite
Tested: - NA
Change-Id: I1f87ede8c5241d34a3cf7ae988b5ffc43e84408b Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
| c6f50068 | 10-Aug-2023 |
sarandev3 <saranyad@in.ibm.com> |
Fixed Loop issue in htx_softbootme_test.robot
Changes: - Added changes to fix CT issues for htx_softbootme_test.robot Tested: - Ran the test case from sandbox successfully
Change-Id: Iabf97b3
Fixed Loop issue in htx_softbootme_test.robot
Changes: - Added changes to fix CT issues for htx_softbootme_test.robot Tested: - Ran the test case from sandbox successfully
Change-Id: Iabf97b3054fd17cb0002bc5b9c1a86fe4f7209e7 Signed-off-by: sarandev3 <saranyad@in.ibm.com>
show more ...
|
| 32199df4 | 07-Aug-2023 |
sarandev3 <saranyad@in.ibm.com> |
Wait time fix in HTX softboot me
Changes: - Added changes to fix CT issues for htx_softbootme_test.robot Tested: - Ran the test case from sandbox successfully
Change-Id: I2a9b4fcb665549602b08
Wait time fix in HTX softboot me
Changes: - Added changes to fix CT issues for htx_softbootme_test.robot Tested: - Ran the test case from sandbox successfully
Change-Id: I2a9b4fcb665549602b08829e9b727e6d72ec82e1 Signed-off-by: sarandev3 <saranyad@in.ibm.com>
show more ...
|
| 772e7b20 | 07-Aug-2023 |
sarandev3 <saranyad@in.ibm.com> |
Fix for wait time in HTX softboot me
Changes: - Added changes to fix CT issues for htx_softbootme_test.robot Tested: - Ran the test case from sandbox successfully
Change-Id: Ibbae2fc4110371f3
Fix for wait time in HTX softboot me
Changes: - Added changes to fix CT issues for htx_softbootme_test.robot Tested: - Ran the test case from sandbox successfully
Change-Id: Ibbae2fc4110371f3c64a31e975505488d2ea0aed Signed-off-by: sarandev3 <saranyad@in.ibm.com>
show more ...
|
| 6216cb0a | 02-Aug-2023 |
sarandev3 <saranyad@in.ibm.com> |
Fixed wait time issue in htx_softbootme_test.robot
Changes: - Added changes to fix CT issues for htx_softbootme_test.robot Tested: - Ran the test case from sandbox successfully
Change-Id: Id4
Fixed wait time issue in htx_softbootme_test.robot
Changes: - Added changes to fix CT issues for htx_softbootme_test.robot Tested: - Ran the test case from sandbox successfully
Change-Id: Id4e6076fd348f1e45d420f7916b8eebcd8c97e3a Signed-off-by: sarandev3 <saranyad@in.ibm.com>
show more ...
|
| 858d4108 | 12-Jul-2023 |
George Keishing <gkeishin@in.ibm.com> |
Fix FFDC argument passing in test suites
Fixes the following failure:
Teardown failed: Keyword 'openbmc_ffdc.FFDC On Test Case Fail'i expected 0 arguments, got 1.
Changes: - Remove
Fix FFDC argument passing in test suites
Fixes the following failure:
Teardown failed: Keyword 'openbmc_ffdc.FFDC On Test Case Fail'i expected 0 arguments, got 1.
Changes: - Remove extra arguments passed, FFDC has changed since this test script was implemented. Doing cleanup here.
Tested: - NA
Change-Id: Ic022f9a6f1bc4af3d58c83c1293082b904ec9ed9 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
| 8c984ff7 | 12-Jul-2023 |
sarandev3 <saranyad@in.ibm.com> |
Fix for REST authentication failure
Changes: - Replace REST authentication with Redfish authentication.
Change-Id: Ibafe15dea3fc0cbc35dc9017a793bc2f0efc1cf3 Signed-off-by: sarandev3 <saranyad@in.
Fix for REST authentication failure
Changes: - Replace REST authentication with Redfish authentication.
Change-Id: Ibafe15dea3fc0cbc35dc9017a793bc2f0efc1cf3 Signed-off-by: sarandev3 <saranyad@in.ibm.com>
show more ...
|
| 343c95f3 | 22-Aug-2022 |
George Keishing <gkeishin@in.ibm.com> |
HTX softbootme changes
Changes: - Strip code which are not used - Add more documentation and checks
Tested: Ran systest/htx_softbootme_test.robot on RHEL
Change-Id: I15abf4cb58605d67c
HTX softbootme changes
Changes: - Strip code which are not used - Add more documentation and checks
Tested: Ran systest/htx_softbootme_test.robot on RHEL
Change-Id: I15abf4cb58605d67c8c211fad165eb19c456305a Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
| 555c28b1 | 18-Jul-2022 |
George Keishing <gkeishin@in.ibm.com> |
Fix poll for error and update documentation
Changes: - Update test suite to use redfish - Modify keywords and clean up - Update documentation
Tested: robot -v OPENBMC_HOST:xx.xx.
Fix poll for error and update documentation
Changes: - Update test suite to use redfish - Modify keywords and clean up - Update documentation
Tested: robot -v OPENBMC_HOST:xx.xx.xx.xx -v POLL_DURATION:1h -v POLL_INTERVAL:2s systest/test_bmc_poll_errors.robot
Change-Id: Ibc93d33ebf950848a52f6f54bad6a4afbf833844 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
| 028b8fd8 | 19-Apr-2022 |
Peter D Phan <peterp@us.ibm.com> |
systest: Add test to exercise HTX soft bootme option
- Remove trailing spaces
Test: - Test was run with intervals: 2 hours, 11 hrs, 24 hrs and 48 hrs
Change-Id: I2faa7a273464acdbd4e01273c05037b12
systest: Add test to exercise HTX soft bootme option
- Remove trailing spaces
Test: - Test was run with intervals: 2 hours, 11 hrs, 24 hrs and 48 hrs
Change-Id: I2faa7a273464acdbd4e01273c05037b1220e7ea2 Signed-off-by: Peter D Phan <peterp@us.ibm.com>
show more ...
|
| 9ffa8deb | 14-Mar-2022 |
George Keishing <gkeishin@in.ibm.com> |
Fix Sensor URI path with user input CHASSIS_ID
Resolves openbmc/openbmc-test-automation#2173
Change-Id: Iedcae97242882e9ae635ac21a685f25d4a388f0e Signed-off-by: George Keishing <gkeishin@in.ibm.co
Fix Sensor URI path with user input CHASSIS_ID
Resolves openbmc/openbmc-test-automation#2173
Change-Id: Iedcae97242882e9ae635ac21a685f25d4a388f0e Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
| 4a8b3bb1 | 08-Mar-2022 |
Peter D Phan <peterp@us.ibm.com> |
systest: Add syslib/resource.robot for HTX variables
Add syslib/resource.robot include for HTX variables. This is needed to be able to override test default values with command line variables.
Test
systest: Add syslib/resource.robot for HTX variables
Add syslib/resource.robot include for HTX variables. This is needed to be able to override test default values with command line variables.
Test: - Tested by overriding these variables HTX_DURATION, HTX_INTERVAL, HTX_LOOP, HTX_KEEP_RUNNING, HTX_MDT_PROFILE
Signed-off-by: Peter D Phan <peterp@us.ibm.com> Change-Id: I634a99a288cfc98d47fddb87d19ac0f90fb43374
show more ...
|