| 68498400 | 14-Oct-2025 | George Keishing <gkeishin@in.ibm.com> | Fix syntax errors in the suites
 Changes:
 - Fixes the following
 
 1) Keyword 'SeleniumLibrary.Page Should Contain'
 expected 1 to 2 arguments, got 3.
 2) No keyword with name 'CLI Get
 Fix syntax errors in the suites
 Changes:
 - Fixes the following
 
 1) Keyword 'SeleniumLibrary.Page Should Contain'
 expected 1 to 2 arguments, got 3.
 2) No keyword with name 'CLI Get Nameservers' found.
 3) Keyword 'BuiltIn.Run Keyword And Return Status'
 expected at least 1 argument, got 0.
 4) Setting 'Documentation' is allowed only once.
 Only the first value is used.
 
 Tested:
 - Ran with --dryrun and check is clean
 
 Change-Id: I42db43f804910c96426e2f5a235e0fa1b67be0e8
 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
 show more ...  | 
| 714ed72c | 20-May-2025 | rramyasr-in <rramyasr@in.ibm.com> | Fix for deprecated keywords for GUI
 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
 Fix for deprecated keywords for GUI
 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: I60980dd90aee4486e4280eb50abe931bbd687b76
 Signed-off-by: Ramyasree Reddicherla <rramyasr@in.ibm.com>
 show more ...  | 
| fba7a399 | 27-Mar-2025 | Sridevi Ramesh <sridevra@in.ibm.com> | Rename the GUI variable
 Changes:
 - Rename the GUI variable
 
 Tested:
 Tested with sample GUI script
 
 Change-Id: Ie32e2982d70f1c5043523a319abd8895b25b023e
 Signed-off-by: Sridevi Ramesh <sridevra@in.ibm
 Rename the GUI variable
 Changes:
 - Rename the GUI variable
 
 Tested:
 Tested with sample GUI script
 
 Change-Id: Ie32e2982d70f1c5043523a319abd8895b25b023e
 Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
 show more ...  | 
| a68c5ae4 | 13-Mar-2025 | George Keishing <gkeishin@in.ibm.com> | GUI LDAP Patch request HTTP_NO_CONTENT response
 Changes:
 - Added valid_status_codes HTTP_OK and HTTP_NO_CONTENT
 as valid response code for the LPDAT PATCH request
 
 Tested:
 - NA
 
 Cha
 GUI LDAP Patch request HTTP_NO_CONTENT response
 Changes:
 - Added valid_status_codes HTTP_OK and HTTP_NO_CONTENT
 as valid response code for the LPDAT PATCH request
 
 Tested:
 - NA
 
 Change-Id: Iae82173ea2583dbdcbfc1fce81edfe048ac42dbc
 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
 show more ...  | 
| f7b4e6df | 24-Feb-2025 | George Keishing <gkeishin@in.ibm.com> | Redundance eth0/eth1 network interfaces changes
 Changes:
 - Introduce OPENBMC_HOST_ETH0 and OPENBMC_HOST_ETH1
 - Assign OPENBMC_HOST_ETH0 default with OPENBMC_HOST
 and OPENBMC_HOST_ET
 Redundance eth0/eth1 network interfaces changes
 Changes:
 - Introduce OPENBMC_HOST_ETH0 and OPENBMC_HOST_ETH1
 - Assign OPENBMC_HOST_ETH0 default with OPENBMC_HOST
 and OPENBMC_HOST_ETH1 with EMPTY
 - Modify all the code which involves using both eth0
 and eth1
 - User will need to key in as
 -v OPENBMC_HOST_ETH1:xx.xx.xx.xx
 as oppose to earlier
 -v OPENBMC_HOST_1:xx.xx.xx.xx
 
 Tested:
 - Sanity dry-run robot test with changes from sandbox
 
 Change-Id: Iedeff2cfa252637bcf202979772ee1c5c90066b5
 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
 show more ...  | 
| 864642b0 | 14-Aug-2024 | rramyasr-in <rramyasr@in.ibm.com> | GUI: Removed alternate-name option from GUI Certificate CSR page
 Changes:
 - Removed alternate-name variable from variables.
 - Removed alternate-name option check from Verify
 Generate C
 GUI: Removed alternate-name option from GUI Certificate CSR page
 Changes:
 - Removed alternate-name variable from variables.
 - Removed alternate-name option check from Verify
 Generate CSR Certificate Button testcase.
 
 Tested:
 - Successfully ran
 gui/gui_test/security_and_access_menu
 test_certificates_sub_menu.robot
 
 Change-Id: I6be93f30870907bb881946273810eb21b98e22a7
 Signed-off-by: rramyasr-in <rramyasr@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 ...  | 
| 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 ...  | 
| 9978b63e | 07-May-2024 | rramyasr-in <rramyasr@in.ibm.com> | Removed unused XPATH option from GUI suite variable
 Changes:
 - Removed challenge password variable
 from variable section and test also.
 
 Tested: -  Ran test successfully from
 Change-Id: Ic
 Removed unused XPATH option from GUI suite variable
 Changes:
 - Removed challenge password variable
 from variable section and test also.
 
 Tested: -  Ran test successfully from
 Change-Id: Ica0bcdb36fa70997c3a91ac213ffdc040ce008f5
 Signed-off-by: rramyasr-in <rramyasr@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 ...  | 
| f5060a07 | 24-Nov-2023 | Nandish-Matti <nandish.matti@ibm.com> | GUI: Added new test case for user management page
 Changes:
 - Added new test case to 'Test Modifying User Password Of Existing User Via GUI'.
 
 Tested:
 - Ran test case successfully in sandbox.
 
 Ch
 GUI: Added new test case for user management page
 Changes:
 - Added new test case to 'Test Modifying User Password Of Existing User Via GUI'.
 
 Tested:
 - Ran test case successfully in sandbox.
 
 Change-Id: Ia76652043f8cf44562145eb9de54801259e91eb0
 Signed-off-by: Nandish-Matti <nandish.matti@ibm.com>
 show more ...  | 
| d315df4b | 13-Nov-2023 | Matt Fischer <matthew.fischer@hpe.com> | Fix more missing HTTPS_PORT references
 More missing reference. note that some are skipped intentionally
 because this code also uses the hostname to derive other things like IP
 and to ping the box.
 
 
 Fix more missing HTTPS_PORT references
 More missing reference. note that some are skipped intentionally
 because this code also uses the hostname to derive other things like IP
 and to ping the box.
 
 Change-Id: If3ec82f4dea4caef5b016cf52705422e4fdbb00a
 Signed-off-by: Matt Fischer <matthew.fischer@hpe.com>
 show more ...  | 
| 098b72f1 | 20-Nov-2023 | Nandish-Matti <nandish.matti@ibm.com> | GUI:Fix of variable name for user privilege list
 Changes:
 - In gui/gui_test/security_and_access_menu/test_user_management_sub_menu.robot.
 - Fixed privilege list variable name.
 
 Tested:
 -Ran ab
 GUI:Fix of variable name for user privilege list
 Changes:
 - In gui/gui_test/security_and_access_menu/test_user_management_sub_menu.robot.
 - Fixed privilege list variable name.
 
 Tested:
 -Ran above test case from sandbox successfully.
 
 Change-Id: I431468ff85a53edd6779842c83789aaef7d68192
 Signed-off-by: Nandish-Matti <nandish.matti@ibm.com>
 show more ...  | 
| 304dea28 | 09-Nov-2023 | Nandish-Matti <nandish.matti@ibm.com> | GUI: Added new test case for user management page
 Changes:
 - Added new test case to 'Test Modifying User Account Status Of Existing User Via GUI'.
 
 Tested:
 - Ran test case successfully in sandbo
 GUI: Added new test case for user management page
 Changes:
 - Added new test case to 'Test Modifying User Account Status Of Existing User Via GUI'.
 
 Tested:
 - Ran test case successfully in sandbox.
 
 Change-Id: I9f83702a2a322377d9c8019e74063bb9946c7751
 Signed-off-by: Nandish-Matti <nandish.matti@ibm.com>
 show more ...  | 
| 0148f20f | 14-Nov-2023 | Nandish-Matti <nandish.matti@ibm.com> | GUI:Fix for user privilege list variable name
 Changes:
 - In gui/gui_test/security_and_access_menu/test_user_management_sub_menu.robot
 - Fixed list variable name.
 
 Tested: -Ran above test cas
 GUI:Fix for user privilege list variable name
 Changes:
 - In gui/gui_test/security_and_access_menu/test_user_management_sub_menu.robot
 - Fixed list variable name.
 
 Tested: -Ran above test case from sandbox successfully.
 
 Change-Id: I7c451d737177511a9f406e6a44739c38d6227043
 Signed-off-by: Nandish-Matti <nandish.matti@ibm.com>
 show more ...  | 
| c55a8998 | 13-Nov-2023 | George Keishing <gkeishin@in.ibm.com> | Fix TrailingWhitespace and typo
 Changes:
 - Code cleanup changes
 
 Tested:
 - NA
 
 Change-Id: I8cec1ebf1232d8df531923f50d921707d2a9ece9
 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
 | 
| d0c0b818 | 08-Nov-2023 | Nandish-Matti <nandish.matti@ibm.com> | GUI: Added new test case for user management page
 Changes:
 - Added new test case to 'Test Modifying User Privilege Of Existing User Via GUI'.
 
 Tested:
 - Ran test case successfully in sandbox.
 
 C
 GUI: Added new test case for user management page
 Changes:
 - Added new test case to 'Test Modifying User Privilege Of Existing User Via GUI'.
 
 Tested:
 - Ran test case successfully in sandbox.
 
 Change-Id: Ie53b8433c4cd1334723e46ed2fcf0690db48226f
 Signed-off-by: Nandish-Matti <nandish.matti@ibm.com>
 show more ...  | 
| 93e3502c | 08-Nov-2023 | Sweta Potthuri <spotthur@in.ibm.com> | CT Fix: Fix for LDAP Test Case
 Changes:
 Fix for LDAP Test Case where Login was missing
 
 Tested:
 Tested and Verified in BMC Environment
 
 Change-Id: I4d7d9ab3dd17fcf6c5d810923cab15c94d285c54
 S
 CT Fix: Fix for LDAP Test Case
 Changes:
 Fix for LDAP Test Case where Login was missing
 
 Tested:
 Tested and Verified in BMC Environment
 
 Change-Id: I4d7d9ab3dd17fcf6c5d810923cab15c94d285c54
 Signed-off-by: Sweta Potthuri <spotthur@in.ibm.com>
 show more ...  | 
| 2d6c904a | 03-Nov-2023 | Nandish-Matti <nandish.matti@ibm.com> | GUI: Added new test case for user management page
 Changes:
 - Added new test case to 'Verify Proper Error While Creating Two Users With Same Name'.
 - Added verification step for user creation suc
 GUI: Added new test case for user management page
 Changes:
 - Added new test case to 'Verify Proper Error While Creating Two Users With Same Name'.
 - Added verification step for user creation success & error message in 'Create User And Verify' keyword.
 
 Tested:
 - Ran test suite successfully in sandbox.
 
 Change-Id: Ia37f7cf16c596afcc05f9057d31b611cc76a5697
 Signed-off-by: Nandish-Matti <nandish.matti@ibm.com>
 show more ...  | 
| 281ab892 | 25-Oct-2023 | rramyasr-in <rramyasr@in.ibm.com> | GUI:Updated All Sections In Certificate Page test
 Changes:- Updated all sections in certificate page test
 Tested :-
 -  Successfully ran this from gui/gui_test/security_and_access_menu/test_certi
 GUI:Updated All Sections In Certificate Page test
 Changes:- Updated all sections in certificate page test
 Tested :-
 -  Successfully ran this from gui/gui_test/security_and_access_menu/test_certificates_sub_menu.robot
 
 Change-Id: I952848672ddf273d3fada7d42fde1f41be014625
 Signed-off-by: rramyasr-in <rramyasr@in.ibm.com>
 show more ...  | 
| 6e82f989 | 19-Oct-2023 | Nandish-Matti <nandish.matti@ibm.com> | GUI: Added new test case for user management page.
 Changes:
 - Added new test case to 'Delete user account via GUI'.
 
 Tested:
 - Ran above test case from sandbox successfully.
 
 Change-Id: I768fb42
 GUI: Added new test case for user management page.
 Changes:
 - Added new test case to 'Delete user account via GUI'.
 
 Tested:
 - Ran above test case from sandbox successfully.
 
 Change-Id: I768fb426a6edad00ccd730365d67400e75e77c5e
 Signed-off-by: Nandish-Matti <nandish.matti@ibm.com>
 show more ...  | 
| 7f321acf | 13-Oct-2023 | George Keishing <gkeishin@in.ibm.com> | Ignore suite teardown GUI log out
 Changes:
 - Added directive to ignore GUI log out errors in suite
 teardown to prevent whole test to fail.
 
 Tested:
 - NA
 
 Change-Id: Ib2d67800b5c59e58
 Ignore suite teardown GUI log out
 Changes:
 - Added directive to ignore GUI log out errors in suite
 teardown to prevent whole test to fail.
 
 Tested:
 - NA
 
 Change-Id: Ib2d67800b5c59e5828e889af5d91932df47fd800
 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
 show more ...  | 
| 0302e9a2 | 12-Oct-2023 | George Keishing <gkeishin@in.ibm.com> | Add force tags to GUI test suites
 Changes:
 - added new tags for the suites
 
 Tested:
 - NA
 
 Change-Id: Ib7e16f479848fafa91b083d5bc7e0b2e4b3a24ac
 Signed-off-by: George Keishing <gkeishin@in.i
 Add force tags to GUI test suites
 Changes:
 - added new tags for the suites
 
 Tested:
 - NA
 
 Change-Id: Ib7e16f479848fafa91b083d5bc7e0b2e4b3a24ac
 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
 show more ...  | 
| 0b058b50 | 04-Apr-2023 | rramyasr-in <rramyasr@in.ibm.com> | Added Redfish login and logout for required test.
 Changes:
 - Added Redfish login and logout in test cases of
 Verify_Installed_LDAP_Certificate
 
 Tested:
 - Ran test successfully from san
 Added Redfish login and logout for required test.
 Changes:
 - Added Redfish login and logout in test cases of
 Verify_Installed_LDAP_Certificate
 
 Tested:
 - Ran test successfully from sandbox gui/gui_test/security_and_access_menu/test_certificates_sub_menu.robot
 
 Change-Id: I8a47713ff3dca27ca1c2be49ddfac19a6e72dfcd
 Signed-off-by: rramyasr-in <rramyasr@in.ibm.com>
 show more ...  | 
| 829c1bea | 04-Apr-2023 | Sweta Potthuri <spotthur@in.ibm.com> | Fix GUI:LDAP: Change in LDAP test cases
 Changes:
 - Change in XPATH for enable/disable LDAP
 
 Tested:
 - Tested on BMC Environment.
 
 Change-Id: I2b8796199262441fe925cc3caa1a53eda7546356
 Signed-
 Fix GUI:LDAP: Change in LDAP test cases
 Changes:
 - Change in XPATH for enable/disable LDAP
 
 Tested:
 - Tested on BMC Environment.
 
 Change-Id: I2b8796199262441fe925cc3caa1a53eda7546356
 Signed-off-by: Sweta Potthuri <spotthur@in.ibm.com>
 show more ...  |