cc288315 | 21-Oct-2024 |
George Keishing <gkeishin@in.ibm.com> |
Fix test name and tag mismatched
Changes: - Changes made according to coding guideline to match the tag name and test cases name.
Tested: - NA
Change-Id: I4cd1942a2c00234bc32e114d
Fix test name and tag mismatched
Changes: - Changes made according to coding guideline to match the tag name and test cases name.
Tested: - NA
Change-Id: I4cd1942a2c00234bc32e114dfefd06a7134da064 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
79ba8a26 | 25-Sep-2024 |
Sweta Potthuri <spotthur@in.ibm.com> |
SSH Enable and Disable via Eth1
Changes: - Adding test case to Enable and disable SSH
Tested: - Ran and Tested on BMC Environment
Change-Id: I3867ad7818d708a46a87975ff35be393d5bbad
SSH Enable and Disable via Eth1
Changes: - Adding test case to Enable and disable SSH
Tested: - Ran and Tested on BMC Environment
Change-Id: I3867ad7818d708a46a87975ff35be393d5bbadf3 Signed-off-by: Sweta Potthuri <spotthur@in.ibm.com>
show more ...
|
58b55690 | 13-Sep-2024 |
Anvesh-Kumar_Rayankula <anvesh.kumar.rayankula@ibm.com> |
CT Fix: Fix for 401 issue
Changes: - Added "Test Setup" for redifsh login - Incorporated Sleep Time
Tested: - Ran and tested on BMC Environment.
Change-Id: I495547d8cd63877bab4ca11ad9d4c24
CT Fix: Fix for 401 issue
Changes: - Added "Test Setup" for redifsh login - Incorporated Sleep Time
Tested: - Ran and tested on BMC Environment.
Change-Id: I495547d8cd63877bab4ca11ad9d4c240d5345935 Signed-off-by: Anvesh-Kumar_Rayankula <anvesh.kumar.rayankula@ibm.com>
show more ...
|
5f7d2e4c | 22-May-2023 |
Prashanth Katti <prkatti1@in.ibm.com> |
IPv6 address changes
Changes: - Added "Modify IPv6 Address And Verify" - Added "Modify IPv6 Address" keyword
Tested: - Ran successfully test_bmc_ipv6.robot
Change-Id: I513203559a2170f8bb89
IPv6 address changes
Changes: - Added "Modify IPv6 Address And Verify" - Added "Modify IPv6 Address" keyword
Tested: - Ran successfully test_bmc_ipv6.robot
Change-Id: I513203559a2170f8bb89aeadb623c5b7ee60c926 Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com>
show more ...
|
aaf7d1c9 | 03-Sep-2024 |
George Keishing <gkeishin@in.ibm.com> |
Fix IPMI and code typo changes
Changes: - IPMI changes refer ipmitool/ipmitool#96 IPMITOOL_1_8_19: Release Version 1.8.19 - Spelling fix
Tested: - NA
Change-Id: Iad514073a
Fix IPMI and code typo changes
Changes: - IPMI changes refer ipmitool/ipmitool#96 IPMITOOL_1_8_19: Release Version 1.8.19 - Spelling fix
Tested: - NA
Change-Id: Iad514073ae28461158de8b39aded1efdcd146c52 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
43909f32 | 20-Aug-2024 |
George Keishing <gkeishin@in.ibm.com> |
Add re-try for redfish GET request for targets
Changes: - This retries is added to improve the success rate for the GET request in case returns JSON errors for the following URI duri
Add re-try for redfish GET request for targets
Changes: - This retries is added to improve the success rate for the GET request in case returns JSON errors for the following URI during operation /redfish/v1/Systems/ and /redfish/v1/Managers/
- Added other places in code to handle exceptions. - Fix IPMI import paths in test suite
Tested: - Ran from sandbox.
Change-Id: Ie37dbdd9c7572e0003a56e65a7b5f0a4c3b26a1a Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
dc9abaac | 14-Aug-2024 |
Sweta Potthuri <spotthur@in.ibm.com> |
Test Case to Disable NTP
Changes: - Added Test Case to Disable NTP
Tested: - Ran and Tested on BMC Environment.
Change-Id: I06f5bdc0f552024f95f2ab2a53535a1a912da071 Signed-
Test Case to Disable NTP
Changes: - Added Test Case to Disable NTP
Tested: - Ran and Tested on BMC Environment.
Change-Id: I06f5bdc0f552024f95f2ab2a53535a1a912da071 Signed-off-by: Sweta Potthuri <spotthur@in.ibm.com>
show more ...
|
365b8f93 | 04-Aug-2024 |
Anvesh-Kumar_Rayankula <anvesh.kumar.rayankula@ibm.com> |
Separating network protocol and Manual date time Testcases
Changes: - Separated test suites based on manual date, time, and NTP.
Tested: - Ran and tested on BMC Environment.
Chang
Separating network protocol and Manual date time Testcases
Changes: - Separated test suites based on manual date, time, and NTP.
Tested: - Ran and tested on BMC Environment.
Change-Id: I5edca932207df0c5060f7e59a4be0adb179e7b1d Signed-off-by: Anvesh-Kumar_Rayankula <anvesh.kumar.rayankula@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 ...
|
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 ...
|
645128a6 | 21-May-2024 |
Sweta Potthuri <spotthur@in.ibm.com> |
CT Fix:Configuring Empty Hostname
Changes: - Configuring Empty Hostname And Verify If Localhost Is Assigned
Tested: - Ran and Tested on BMC Environment
Change-Id: I200ff0d4c71928c233ec9e05
CT Fix:Configuring Empty Hostname
Changes: - Configuring Empty Hostname And Verify If Localhost Is Assigned
Tested: - Ran and Tested on BMC Environment
Change-Id: I200ff0d4c71928c233ec9e05d1a4083f2ba7bc2b Signed-off-by: Sweta Potthuri <spotthur@in.ibm.com>
show more ...
|
3e469a87 | 29-May-2024 |
George Keishing <gkeishin@in.ibm.com> |
Fix typos and code indentation
Changes: - Cosmetic changes to the test suite.
Tested: - NA Change-Id: I8af65245f7d28291d9339695c94def30117c5e1a Signed-off-by: George Keishing <gkeishin@in.i
Fix typos and code indentation
Changes: - Cosmetic changes to the test suite.
Tested: - NA Change-Id: I8af65245f7d28291d9339695c94def30117c5e1a Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
20dc0fd4 | 25-Apr-2024 |
manashsarma <manashsarma@in.ibm.com> |
Add fix of telemetry test case
Changes: - Avoid magic numbers in the telemetry definition provided add telemetry discovery algorithm. - The following attributes are removed as no lo
Add fix of telemetry test case
Changes: - Avoid magic numbers in the telemetry definition provided add telemetry discovery algorithm. - The following attributes are removed as no longer seen and not important: pcie_dcm0_power io_dcm0_power
Tested: - Ran the test cases from the sandbox successfully.
Change-Id: Iababe84e4103927b4ca247d9f2114d2fbe4379ce Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
6093f77d | 10-May-2024 |
Vidya-Kalasappanavar <Vidya.Kalasappanavar@ibm.com> |
Move TC from the error log suite to the IPMI suite
Changes: - Move TC Verify IPMI SEL Event Entries from test_event_logging.robot to test_ipmi_sel.robot - Replace count with count + 1
Move TC from the error log suite to the IPMI suite
Changes: - Move TC Verify IPMI SEL Event Entries from test_event_logging.robot to test_ipmi_sel.robot - Replace count with count + 1 - Added IPMI SEL Clear command to clear the entries
Tested: - Ran and tested on BMC Environment
Change-Id: Iff31d4e83ba060309174144760bbc576561684b6 Signed-off-by: Vidya-Kalasappanavar <Vidya.Kalasappanavar@ibm.com>
show more ...
|
adf10ee9 | 14-May-2024 |
manashsarma <manashsarma@in.ibm.com> |
Fix errorlog automation testcase
Changes: - Modified entry ID check for test case "Test Event Entry Numbering Reset On Restart".
Tested: - Ran the testcase from sandbox successfully.
C
Fix errorlog automation testcase
Changes: - Modified entry ID check for test case "Test Event Entry Numbering Reset On Restart".
Tested: - Ran the testcase from sandbox successfully.
Change-Id: I78f644ca675dab9277e5c15bb964c2b43fbb7d98 Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
d7690750 | 30-Apr-2024 |
Vidya-Kalasappanavar <Vidya.Kalasappanavar@ibm.com> |
Move tests from the error log suite to the IPMI suite
Changes: - Created a new keyword - Below test case moved to test_ipmi_sel.robot Verify_IPMI_SEL_Event_Last_Add_Time Delete Non-E
Move tests from the error log suite to the IPMI suite
Changes: - Created a new keyword - Below test case moved to test_ipmi_sel.robot Verify_IPMI_SEL_Event_Last_Add_Time Delete Non-Existing SEL Event Entry Delete Invalid SEL Event Entry - Removed above test cases from test_event_logging.robot Tested: - Ran and tested on BMC Environment.
Change-Id: I5db573687ed551e533c6b641ea1891da90e8d0d6 Signed-off-by: Vidya-Kalasappanavar <Vidya.Kalasappanavar@ibm.com>
show more ...
|
638a5989 | 19-Apr-2024 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Removed faillock file check to fix problem
Changes: - faillock file check is leading to problem. As it is not a must, removing this check.
Tested: - Ran below test cases from sandbox
Removed faillock file check to fix problem
Changes: - faillock file check is leading to problem. As it is not a must, removing this check.
Tested: - Ran below test cases from sandbox successfully Redfish_Create_and_Verify_Admin_User
Change-Id: I489c3c4bf246cf8a127a74fa2ec3f6e3f6545a8e Signed-off-by: Rahul Maheshwari <rahulmaheshwari@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 ...
|
23ee8650 | 05-Apr-2024 |
manashsarma <manashsarma@in.ibm.com> |
Removed BMC dump automation testcase from upstream
Changes: - Removed automation test case 'Verify User Initiated BMC Dump When Host Booted'.
Change-Id: I8ac5b39cb08d898053fee84cf49
Removed BMC dump automation testcase from upstream
Changes: - Removed automation test case 'Verify User Initiated BMC Dump When Host Booted'.
Change-Id: I8ac5b39cb08d898053fee84cf49e91a0dc5e0867 Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
9bfdf8a7 | 19-Apr-2024 |
George Keishing <gkeishin@in.ibm.com> |
Fix code typo in the repository
Changes: - Corrected spelling mistake in the repository
Tested: - NA
Change-Id: Ic721bbb2efc0f9f5a1895e3f5994fdb38fe310cd Signed-off-by: George Keishing <gk
Fix code typo in the repository
Changes: - Corrected spelling mistake in the repository
Tested: - NA
Change-Id: Ic721bbb2efc0f9f5a1895e3f5994fdb38fe310cd Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
70523a99 | 28-Dec-2023 |
Wilson Suen <wilsons@supermicro.com> |
User: Remove NoAccess privilege cases and fix typo
Changes: - Remove NoAccess test cases for LDAP web due to: https://gerrit.openbmc.org/c/openbmc/bmcweb/+/52365 - Fix typo for patching redf
User: Remove NoAccess privilege cases and fix typo
Changes: - Remove NoAccess test cases for LDAP web due to: https://gerrit.openbmc.org/c/openbmc/bmcweb/+/52365 - Fix typo for patching redfish attribute AccountLockoutThreshold
Tested: - Ran-- dryrun gui/gui_test/security_and_access_menu/ - Ran --dryrun redfish/account_service/test_ldap_configuration.robot
Change-Id: I8d5efd8256b66ca834e9cdd18c83a98f3a844dda Signed-off-by: Wilson Suen <wilsons@supermicro.com>
show more ...
|
8661d7f4 | 04-Apr-2024 |
George Keishing <gkeishin@in.ibm.com> |
HW_CI: Remove REST dump checking
Changes: - Remove explicit REST checks for dumps. No longer required for HW CI test
Tested: - Ran from sandbox
Change-Id: I40687707bc5a1502ed8cc69
HW_CI: Remove REST dump checking
Changes: - Remove explicit REST checks for dumps. No longer required for HW CI test
Tested: - Ran from sandbox
Change-Id: I40687707bc5a1502ed8cc696d1757387e3642560 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
b9c9377b | 02-Apr-2024 |
Alagiridhilipank <alagiridhilipank@ami.com> |
REDFISH: script fix redfish test_user_account.robot
Changes: - Added script fix redfish test_user_account.robot - remove pam_tally2 Tested: - Ran and Executed script Successfully
Chang
REDFISH: script fix redfish test_user_account.robot
Changes: - Added script fix redfish test_user_account.robot - remove pam_tally2 Tested: - Ran and Executed script Successfully
Change-Id: I5a0231c6ded3b3906b841c0a79fabd5c7a45ce42 Signed-off-by: ALAGIRI DHILIPAN K <alagiridhilipank@ami.com>
show more ...
|
c32434a3 | 11-Jan-2024 |
Yi Hu <yih@supermicro.com> |
Set system, chassis, and bmc as global variables
Changes: - Add SYSTEM_ID as a global variable and set to default value system - Replace redfish/v1/Systems/system to redfish/v1/Systems/SYSTEM_ID
Set system, chassis, and bmc as global variables
Changes: - Add SYSTEM_ID as a global variable and set to default value system - Replace redfish/v1/Systems/system to redfish/v1/Systems/SYSTEM_ID - Replace redfish/v1/Chassis/chassis to redfish/v1/Chassis/CHASSIS_ID - Replace redfish/v1/Managers/bmc to redfish/v1/Managers/MANAGER_ID
Tested: - Tested on sandbox with the changes with sample test run with sample test ID runs 1. without SYSTEM_ID provided 2. with -v SYSTEM_ID:system1 3. with export SYSTEM_ID="" 3. with export SYSTEM_ID="system2"
Change-Id: Ifc412b20038cef1eba632caaa6c300be328259bd Signed-off-by: Wilson Suen <wilsons@supermicro.com> Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
9e5626d2 | 26-Mar-2024 |
George Keishing <gkeishin@in.ibm.com> |
Fix test suites and move SNMP under redfish
Changes: - Test consolidation for SNMP - Fix test suites for line exceeding 110
Tested: - NA
Change-Id: Ia1d3e8cab9ad31e6550100e25a3b3988a80a38
Fix test suites and move SNMP under redfish
Changes: - Test consolidation for SNMP - Fix test suites for line exceeding 110
Tested: - NA
Change-Id: Ia1d3e8cab9ad31e6550100e25a3b3988a80a38f7 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|