Revision tags: v5.0-stable |
|
#
9c223095 |
| 29-Jan-2024 |
George Keishing <gkeishin@in.ibm.com> |
Update OCC wait time to 8 minutes
Changes: - Increase OCC wait timeout - Fix CI script failure
Tested: - Ran from Sandbox
Change-Id: I1c7e8fef3038bf839b864f746e28706dcc64331d Signed-of
Update OCC wait time to 8 minutes
Changes: - Increase OCC wait timeout - Fix CI script failure
Tested: - Ran from Sandbox
Change-Id: I1c7e8fef3038bf839b864f746e28706dcc64331d Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
Revision tags: v4.0-stable |
|
#
fdd2dcfe |
| 10-Feb-2023 |
George Keishing <gkeishin@in.ibm.com> |
Pylint warning and error fix in GUI file
Changes: - Missing class docstring fixed
Tested: - python3 -m pylint gui/data/resource_variables.py
Change-Id: If55fc2ccf0f4bc9e278fac1dda3163337d5
Pylint warning and error fix in GUI file
Changes: - Missing class docstring fixed
Tested: - python3 -m pylint gui/data/resource_variables.py
Change-Id: If55fc2ccf0f4bc9e278fac1dda3163337d5d5725 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
20f38712 |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Signed-off-by: Patrick Will
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I944f1915ece753f72a3fa654902d445a9749d0f9
show more ...
|
#
e635ddc0 |
| 08-Dec-2022 |
George Keishing <gkeishin@in.ibm.com> |
Revert "black: re-format"
This reverts commit 5731818de0ce446ceaafc7e75ae39da1b69942ae.
Signed-off-by: George Keishing <gkeishin@in.ibm.com> Change-Id: Ie61cdc8c7f2825b0d9d66be87a6a3a058de2b372
|
#
5731818d |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Change-Id: If1010ead857d413
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Change-Id: If1010ead857d41364c024bf8145a979a9377d382 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
Revision tags: robotframework-requests |
|
#
e7e9171e |
| 03-Sep-2021 |
George Keishing <gkeishin@in.ibm.com> |
Update python code for python 3.8 or higher compatibility
Changes: - Update shebang directive to use python3 explicitly. - remove preexec_fn feature which is deprecated in higher py
Update python code for python 3.8 or higher compatibility
Changes: - Update shebang directive to use python3 explicitly. - remove preexec_fn feature which is deprecated in higher python version 3.8 and above. - bufsize fix, from documentation bufsize 1 means line buffered (only usable if universal_newlines=True i.e., in a text mode) refer: https://docs.python.org/3/library/subprocess.html - Fix SyntaxWarning: "is" with "=="
Change-Id: Ib96c1ba8c2327d6774d0d731b48ca7e61a4a297a Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
Revision tags: v2.10-Hardknott |
|
#
41747da7 |
| 17-Nov-2020 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Created a seperate resource and variable file for Vue GUI
Changes includes: - Added a new resource and variable file for Vue GUI automation - Moved required keywords from gui/lib/resource.ro
Created a seperate resource and variable file for Vue GUI
Changes includes: - Added a new resource and variable file for Vue GUI automation - Moved required keywords from gui/lib/resource.robot into new resource file - Moved required variables from gui/data/resource_variables.py into new variable file - Modified resource and variable file path in required files
Change-Id: Iedc1d59c31de21af2808678340fcead9672afd34 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
show more ...
|
#
e3819edf |
| 13-Nov-2020 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Updated test hooks for GUI sub menu
Change-Id: Ic96815b3203aa8074f54acf40d990fc705adbbc5 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
|
#
cd0ffcd0 |
| 11-Nov-2020 |
Sushma M M <sushmm99@in.ibm.com> |
Change of xpath and modification of file path for profile settings page
Change-Id: I821a72abfc87b97bba09a6194cea5b347b03ff23 Signed-off-by: Sushma M M <sushmm99@in.ibm.com>
|
#
d690508c |
| 11-Nov-2020 |
Sushma M M <sushmm99@in.ibm.com> |
Change of xpath for overview page
-xpath for xpath_overview_menu is updated
Change-Id: I3ed1dab3941ce1e8c69fd085a8b3fd2b62b2f0ce Signed-off-by: Sushma M M <sushmm99@in.ibm.com>
|
#
bc74d0f2 |
| 10-Nov-2020 |
Anusha Dathatri <adathatr@in.ibm.com> |
Change xpath of Hardware status page
Signed-off-by: Anusha Dathatri <adathatr@in.ibm.com> Change-Id: If1ef655743ef2a014b4278c0af47c27d5873797b
|
#
b0374267 |
| 02-Nov-2020 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Fixing the xpath path for SOL page heading
Change-Id: Iecfc010ae611687d585d6016eba4ed88317a3572 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
|
#
c2e11d19 |
| 16-Oct-2020 |
Anusha Dathatri <adathatr@in.ibm.com> |
Update Xpath to use data_test_id for GUI menu's
Changes: - Health - Control - Configuration Modified XPATH for Access control menu.
Change-Id: I5c2eb1d2a8fec228106dc24b5dcbc3a7defc8227 Sig
Update Xpath to use data_test_id for GUI menu's
Changes: - Health - Control - Configuration Modified XPATH for Access control menu.
Change-Id: I5c2eb1d2a8fec228106dc24b5dcbc3a7defc8227 Signed-off-by: Anusha Dathatri <adathatr@in.ibm.com>
show more ...
|
#
73d24f15 |
| 25-Aug-2020 |
manashsarma <manashsarma@in.ibm.com> |
Added GUI automation test cases to test shutdown operation
Test cases added: - Verify Orderly Shutdown - Verify Immediate Shutdown
Change-Id: Id50dbb568e1d87b773905717d2acaca3b0a75c88 Signe
Added GUI automation test cases to test shutdown operation
Test cases added: - Verify Orderly Shutdown - Verify Immediate Shutdown
Change-Id: Id50dbb568e1d87b773905717d2acaca3b0a75c88 Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
#
a3a2536d |
| 23-Aug-2020 |
manashsarma <manashsarma@in.ibm.com> |
GUI test automation for Serial Over LAN in overview page
Added Test case: - Verify Serial Over LAN Console button In Overview page
Change-Id: Ib4c5eb14a220e739374ea2e00c9f3a14c958feef Signed-off
GUI test automation for Serial Over LAN in overview page
Added Test case: - Verify Serial Over LAN Console button In Overview page
Change-Id: Ib4c5eb14a220e739374ea2e00c9f3a14c958feef Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
#
43568c20 |
| 19-Aug-2020 |
manashsarma <manashsarma@in.ibm.com> |
Added GUI test to verify edit network setting button
Added test case: - Verify Edit Network Setting Button
Change-Id: Ieab62d262064307792e19012b09088d97be8b00e Signed-off-by: manashsarma <manashsar
Added GUI test to verify edit network setting button
Added test case: - Verify Edit Network Setting Button
Change-Id: Ieab62d262064307792e19012b09088d97be8b00e Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
#
2544cb18 |
| 23-Aug-2020 |
manashsarma <manashsarma@in.ibm.com> |
Add GUI automation to verify message for no events logs
This commit verifies the message in overview page when there is no high priority events
Change-Id: I6513e0432fa5f96fac0af698729ff6263fd95799
Add GUI automation to verify message for no events logs
This commit verifies the message in overview page when there is no high priority events
Change-Id: I6513e0432fa5f96fac0af698729ff6263fd95799 Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
#
e11a54d6 |
| 31-Aug-2020 |
Anusha Dathatri <adathatr@in.ibm.com> |
Added test use case for server configuration menu pages
Testcases added: - Verify_Navigation_To_Date_And_Time_Settings_Page - Verify_Navigation_To_Network_Settings_Page - Verify_Existenc
Added test use case for server configuration menu pages
Testcases added: - Verify_Navigation_To_Date_And_Time_Settings_Page - Verify_Navigation_To_Network_Settings_Page - Verify_Existence_Of_All_Sections_In_Network_Settings_Page - Verify_Existence_Of_All_Buttons_In_Network_Settings_Page - Verify_Navigation_To_Firmware_Page - Verify_Existence_Of_All_Sections_In_Firmware_Page - Verify_Existence_Of_All_Buttons_In_Firmware_Page
Change-Id: Ib46179440e6fbb1ef5f725c8418fa4b28bea651b Signed-off-by: Anusha Dathatri <adathatr@in.ibm.com>
show more ...
|
#
0cfe0fd6 |
| 31-Aug-2020 |
Sushma M M <sushmm99@in.ibm.com> |
Added tests for Hardware status sub menu
Chagnes: -Test to verify navigation to hardware status sub menu page
Change-Id: I01006866c992a3219be3a30acc726d7893e9a282 Signed-off-by: Sushma M M <sus
Added tests for Hardware status sub menu
Chagnes: -Test to verify navigation to hardware status sub menu page
Change-Id: I01006866c992a3219be3a30acc726d7893e9a282 Signed-off-by: Sushma M M <sushmm99@in.ibm.com>
show more ...
|
#
e5bb57b2 |
| 28-Aug-2020 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
GUI CT fix: Corrected variable for xpath_event_header
Change-Id: Id3fc82d75922cff227a726f065e1dd3efaa5adc2 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
|
#
0ecc7353 |
| 20-Aug-2020 |
Sushma M M <sushmm99@in.ibm.com> |
Added tests for power button in overview page
Changes: - Test is verifying server power button in Overview page - Added xpath_server_power_header xpath
Change-Id: I95418824456a6ecbb0df3217e
Added tests for power button in overview page
Changes: - Test is verifying server power button in Overview page - Added xpath_server_power_header xpath
Change-Id: I95418824456a6ecbb0df3217edc4bf94c371aa0d Signed-off-by: Sushma M M <sushmm99@in.ibm.com>
show more ...
|
#
7fe0b427 |
| 19-Aug-2020 |
Sushma M M <sushmm99@in.ibm.com> |
Added tests for health button in overview page
Changes: - Test is verifying server helath butotn in Overview page - Added ${xpath_server_health_header} and ${xpath_event_header}
Change-Id:
Added tests for health button in overview page
Changes: - Test is verifying server helath butotn in Overview page - Added ${xpath_server_health_header} and ${xpath_event_header}
Change-Id: I1bc71587fa32986d28c66f5b7aceed700e3aaa4d Signed-off-by: Sushma M M <sushmm99@in.ibm.com>
show more ...
|
#
ff03a21b |
| 18-Aug-2020 |
Sushma M M <sushmm99@in.ibm.com> |
Fix for GUI CT-Failures
Changes: - Fixed "Verify GUI Logout" test case failure - Corrected the xpath for xpath_logout_button and xpath_sensors_search
Change-Id: Idd544f22a7d2a93714f8302908a
Fix for GUI CT-Failures
Changes: - Fixed "Verify GUI Logout" test case failure - Corrected the xpath for xpath_logout_button and xpath_sensors_search
Change-Id: Idd544f22a7d2a93714f8302908abe08a9506387f Signed-off-by: Sushma M M <sushmm99@in.ibm.com>
show more ...
|
#
8c5f0542 |
| 12-Aug-2020 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Added tests for date and time setting menu
Changes: - Added suite to test date and time settings page - Added tests to verify existence of all sections and elements of date and time se
Added tests for date and time setting menu
Changes: - Added suite to test date and time settings page - Added tests to verify existence of all sections and elements of date and time settings page
Change-Id: Ieb3a305bce12b9fa7230205207d4ea08c5a1a490 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
show more ...
|
#
2cc49a4b |
| 12-Aug-2020 |
Sushma M M <sushmm99@in.ibm.com> |
Added tests for KVM sub-menu
Changes: - Added suite to test KVM page - Added tests to verify existence of all sections and buttons of KVM page
Change-Id: I847ca24e5671a552ea79b848b5c8
Added tests for KVM sub-menu
Changes: - Added suite to test KVM page - Added tests to verify existence of all sections and buttons of KVM page
Change-Id: I847ca24e5671a552ea79b848b5c8fa044c509073 Signed-off-by: Sushma M M <sushmm99@in.ibm.com>
show more ...
|