Revision tags: v5.0-stable |
|
#
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 ...
|
#
02d32765 |
| 07-Mar-2024 |
Yi Hu <yih@supermicro.com> |
Fix for redfishtool certificate, snmp and session management
Changes: - Set cert_id as test variable - Remove colon in snmp destination when the snmp port is empty - Fix redfish_delete_session
Fix for redfishtool certificate, snmp and session management
Changes: - Set cert_id as test variable - Remove colon in snmp destination when the snmp port is empty - Fix redfish_delete_sessions assign location - Set REDFISH_DELETE_SESSIONS to 0 in suite setup - Set REDFISH_DELETE_SESSIONS back to 1 in suite teardown
Tested: - redfish/service_root/test_sessions_management.robot - redfish/dmtf_tools/test_redfishtool_certificate.robot - redfish/events/test_bmc_snmp_trap.robot
Change-Id: Ibb16d52b5874484f8cf169456e2feb4ba7593e71 Signed-off-by: Wilson Suen <wilsons@supermicro.com>
show more ...
|
Revision tags: v4.0-stable |
|
#
2476c5c1 |
| 10-Apr-2023 |
Megha G N <Megha.G.N@ibm.com> |
Automation fix for SNMP Trap
Changes: - Modified Error value
Tested: - Ran successfully lib/snmp/redfish_snmp_utils.robot
Change-Id: Ib955534be553e4194354ac2c19e5a836d65fea4e Signed-off-b
Automation fix for SNMP Trap
Changes: - Modified Error value
Tested: - Ran successfully lib/snmp/redfish_snmp_utils.robot
Change-Id: Ib955534be553e4194354ac2c19e5a836d65fea4e Signed-off-by: Megha G N <Megha.G.N@ibm.com>
show more ...
|
Revision tags: robotframework-requests |
|
#
98825c0b |
| 11-Aug-2022 |
Prashanth Katti <prkatti1@in.ibm.com> |
Clean existing SNMP manager daemons before starting SNMP manager
Changes: - Execute "killall snmptrapd" on the SNMP server.
Tested: redfish/events/test_bmc_snmp_trap.robot
Signed-off-by: P
Clean existing SNMP manager daemons before starting SNMP manager
Changes: - Execute "killall snmptrapd" on the SNMP server.
Tested: redfish/events/test_bmc_snmp_trap.robot
Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com> Change-Id: Ie0b237bb456c81077a4f4b5ef9b22760febc405e
show more ...
|
#
a2e8b0d6 |
| 20-Jul-2022 |
George Keishing <gkeishin@in.ibm.com> |
Minor test case name, keyword and tagging name changes
Change-Id: If339cefe193a2da1dca73c4ec8c3634a56e5645f Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
#
6ea399be |
| 20-Jul-2021 |
Prashanth Katti <prkatti1@in.ibm.com> |
Added SNMP new test cases
Changes: - Configure SNMP manager with out of range IP address. - Test case to Check persistency of SNMP manager configuration on BMC reboot - Test to verify tr
Added SNMP new test cases
Changes: - Configure SNMP manager with out of range IP address. - Test case to Check persistency of SNMP manager configuration on BMC reboot - Test to verify trap is sent to configured SNMP manager after BMC reboot
Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com> Change-Id: Ia2190fa5de68e9604615ab273136a85897f5fdf2
show more ...
|
#
2f9632fa |
| 05-Jul-2021 |
Anves Kumar rayankula <anvesr77@in.ibm.com> |
Verify SNMP works when eth1 is not configured
Changes: 1.Moved SNMP reusable variables into resource file 2.Added new testcase Verify SNMP works when eth1 is not configured
C
Verify SNMP works when eth1 is not configured
Changes: 1.Moved SNMP reusable variables into resource file 2.Added new testcase Verify SNMP works when eth1 is not configured
Change-Id: I58da71f0ab167318cefee98137812fd588c16425 Signed-off-by: Anves Kumar rayankula <anvesr77@in.ibm.com>
show more ...
|
#
b1a9c6b7 |
| 18-Jun-2021 |
Prashanth Katti <prkatti1@in.ibm.com> |
Support to run SNMP server on specific port and verify trap
Changes: Added to keyword to start SNMP server on specific port other than default port. Added test case to configure multiple SNM
Support to run SNMP server on specific port and verify trap
Changes: Added to keyword to start SNMP server on specific port other than default port. Added test case to configure multiple SNMP managers. Added test cases to configure SNMP manager with different ports
Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com> Change-Id: I091925d6f4232270fbaf189f5682453535559a8c
show more ...
|
#
c744f04e |
| 16-Jun-2021 |
Prashanth Katti <prkatti1@in.ibm.com> |
Support to generate error, collect SNMP trap and verify SNMP trap
Changes: Added to keyword to generate error and collect trap. Added keyword to verify trap contents. Added test cases to
Support to generate error, collect SNMP trap and verify SNMP trap
Changes: Added to keyword to generate error and collect trap. Added keyword to verify trap contents. Added test cases to configure SNMP manager with different ports.
Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com> Change-Id: I3286835f26d7a3a693e6b557250c8181277d226b
show more ...
|
#
dd99a919 |
| 14-Jun-2021 |
Prashanth Katti <prkatti1@in.ibm.com> |
Support to delete SNMP configuration
Changes: - Added new keyword to delete SNMP manager and verify.
Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com> Change-Id: Id62059b0b0586a776fd19e411eb
Support to delete SNMP configuration
Changes: - Added new keyword to delete SNMP manager and verify.
Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com> Change-Id: Id62059b0b0586a776fd19e411eb9ca2f56004846
show more ...
|
#
391000c1 |
| 11-Jun-2021 |
Prashanth Katti <prkatti1@in.ibm.com> |
Supporting libraries and Base code for SNMP via Redfish
Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com> Change-Id: I44c77d15e15e51e0fe0201f8f1007ad3a1800d81
|