#
c6e7f937 |
| 07-May-2025 |
Sridevi Ramesh <sridevra@in.ibm.com> |
Fix deprecated Exit For Loop builtin for IPMI
Changes: - Exit For Loop If is deprecated since Robot Framework version 5.*, use IF and BREAK instead
Tested: - Checked using robot dry-run to m
Fix deprecated Exit For Loop builtin for IPMI
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: I25903fb2937325b5c78ba412b44c16d6e9e1558a Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
show more ...
|
Revision tags: v6.0-stable, 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 ...
|
#
409df05d |
| 17-Jan-2024 |
George Keishing <gkeishin@in.ibm.com> |
Robot Framework 7.0 changes
Update robot code syntax overall in the repo
Changes: - Update the requirement.txt package version for robot - The '[Return]' setting is deprecated. Use the
Robot Framework 7.0 changes
Update robot code syntax overall in the repo
Changes: - Update the requirement.txt package version for robot - The '[Return]' setting is deprecated. Use the 'RETURN' statement instead. - Singular section headers like '*** Test Case ***' are deprecated. Use plural format like '*** Test Cases ***' instead. - Singular section headers like '*** Variable ***' are deprecated
Tested: - Ran from sandbox with the version $ robot --version Robot Framework 7.0 (Python 3.10.12 on linux)
and also tested on latest python version
Robot Framework 7.0 (Python 3.11.9 on linux)
Change-Id: I54e85f9d799556c63b9a39f79483f83e9b980768 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
e9cecb2e |
| 10-Nov-2023 |
ishwaryamathim <ishwaryamm@ami.com> |
IPMI: Modified script in ipmi/test_ipmi_network_verification.robot
Changes: - Modified changes in the testcases Retrieve_IP_Address_Via_IPMI_And_Verify_Using_Redfish, Retrieve_MAC_Addre
IPMI: Modified script in ipmi/test_ipmi_network_verification.robot
Changes: - Modified changes in the testcases Retrieve_IP_Address_Via_IPMI_And_Verify_Using_Redfish, Retrieve_MAC_Address_Via_IPMI_And_Verify_Using_Redfish and Test Valid IPMI Channels Supported - Modified keywords Verify Channel Info, Verify IPv4 Static Address and Verify MAC Address
Tested: - Ran ipmi/test_ipmi_network_verification.robot
Change-Id: I44de538e9fbb4ed19f82a125a0f3d297c8c35744 Signed-off-by: Ishwarya Mathi M <ishwaryamm@ami.com>
show more ...
|
#
27d779d0 |
| 09-Nov-2023 |
ishwaryamathim <ishwaryamm@ami.com> |
IPMI: Changed the fail_on_err=0 param and Modified Test Invalid IPMI Channel Response in test_ipmi_network_verification.robot
Changes: - Changed the fail_on_err=0 param which is misplaced in the
IPMI: Changed the fail_on_err=0 param and Modified Test Invalid IPMI Channel Response in test_ipmi_network_verification.robot
Changes: - Changed the fail_on_err=0 param which is misplaced in the testcase Verify Invalid Set MAC Address Via IPMI and testcase Verify Get And Set MAC Address Via IPMI. Also in keyword Set Default Mac And Verify - Modified script considering invalid channel list in testcase Test Invalid IPMI Channel Response
Tested: - Ran ipmi/test_ipmi_network_verification.robot
Change-Id: I65a218a5fcc1eaa0f69c6364e816b50123060065 Signed-off-by: Ishwarya Mathi M <ishwaryamm@ami.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 ...
|
#
42c84ea5 |
| 07-Sep-2023 |
George Keishing <gkeishin@in.ibm.com> |
Update test suite Force tags as per standard
Changes: - Update Tags names for the test suite
Note: Refer CONTRIBUTING.md for under Tags section documentation.
Tested: - NA
Change-Id:
Update test suite Force tags as per standard
Changes: - Update Tags names for the test suite
Note: Refer CONTRIBUTING.md for under Tags section documentation.
Tested: - NA
Change-Id: Ica7afcdfead250c98f636b5442cbf4f68849fc67 Signed-off-by: George Keishing <gkeishin@in.ibm.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 |
|
#
1c7408f5 |
| 23-Jun-2022 |
Jorge Cisneros <jcisneros3@lenovo.com> |
Corrected typo in the test filename test_ipmi_network_verificaton
- There is a typo in the filename, should be test_ipmi_network_verification.robot
Signed-off-by: Jorge Cisneros <jcisneros3@lenov
Corrected typo in the test filename test_ipmi_network_verificaton
- There is a typo in the filename, should be test_ipmi_network_verification.robot
Signed-off-by: Jorge Cisneros <jcisneros3@lenovo.com> Change-Id: Id5bb11e4eb774a30c51693922ea3c075ce8f54d9
show more ...
|