-
Notifications
You must be signed in to change notification settings - Fork 96
Comparing changes
Open a pull request
base repository: openbmc/openbmc-test-automation
base: v5.0-stable
head repository: openbmc/openbmc-test-automation
compare: master
Commits on Jun 26, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 409df05 - Browse repository at this point
Copy the full SHA 409df05View commit details -
Robot 7.0 version code changes
Changes: - Singular section headers like '*** Keyword ***' are deprecated. Use plural format like '*** Keywords ***' instead. - Singular section headers like '*** Comment ***' are deprecated. Use plural format like '*** Comments ***' instead. Tested: Syntax check run using robot --dryrun option locally Change-Id: Ifecc986b919fac504d8c3970a538de5a29f64307 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 767900d - Browse repository at this point
Copy the full SHA 767900dView commit details
Commits on Jun 27, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 6fb70d9 - Browse repository at this point
Copy the full SHA 6fb70d9View commit details
Commits on Jul 15, 2024
-
Changes: Added line for verify web element before clicking. Tested: Successfully tested from sandbox. Change-Id: I75c064393246a3f1220bdd05cc16db3b7561ec02 Signed-off-by: Anvesh-Kumar_Rayankula <anvesh.kumar.rayankula@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 48a92d2 - Browse repository at this point
Copy the full SHA 48a92d2View commit details
Commits on Jul 30, 2024
-
Script fix for gui/lib/gui_resource.robot
Changes: - The open Browser keyword doesn't have the browser type argument like the Launch Headless Browser keyword. - Even passing the browser type argument in run time, the default browser is Firefox only launching. - Added Argument ${browser} in the Open Browser keyword inside Launch the Headless Browser keyword to launch the browser dynamically. Tested: - No Test cases are involved with this keyword. We used this keyword for internal validation. Change-Id: I10ee474694ed0dcbc6151a4a339d505a2eb09935 Signed-off-by: Yuvan Varshith A <yuvanvarshitha@ami.com>
Configuration menu - View commit details
-
Copy full SHA for 761f5d9 - Browse repository at this point
Copy the full SHA 761f5d9View commit details
Commits on Aug 6, 2024
-
New boot JSON file supporting only OSRunning boot progress
Changes: - Added new boot JSON file and this new boot JSON is not called in unless the user explicitly selects it to boot through the option mentioned below. Tested: Using the CLI option -v BOOT_TABLE_PATH:data/boot_table_osrunning_redfish.json Change-Id: I6e82e89c34540f17104771d820ae04ff2ad8d61d Signed-off-by: George Keishing <gkeishin@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for abb492d - Browse repository at this point
Copy the full SHA abb492dView commit details
Commits on Aug 13, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 365b8f9 - Browse repository at this point
Copy the full SHA 365b8f9View commit details
Commits on Aug 14, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 864642b - Browse repository at this point
Copy the full SHA 864642bView commit details
Commits on Aug 27, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for dc9abaa - Browse repository at this point
Copy the full SHA dc9abaaView commit details -
Changes: - Added testcase for Toggle DHCPv4 properties on GUI Tested: - Ran and tested on BMC Environment. Change-Id: Idabd7f5758ed55848bc93e0bc167ffe171a2703d Signed-off-by: Anvesh-Kumar_Rayankula <anvesh.kumar.rayankula@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 00aef4e - Browse repository at this point
Copy the full SHA 00aef4eView commit details
Commits on Sep 5, 2024
-
Added code to change datetime format
Changes: - Added code to change datetime format due to recent changes in datetime utility and older format is not supported in redfish. Tested: - Ran the test case from sandbox successfully. Change-Id: Ic166a864b8994221ea88a1a9ea593d019fb0d4f0 Signed-off-by: sarandev3 <saranyad@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 5e5f597 - Browse repository at this point
Copy the full SHA 5e5f597View commit details
Commits on Sep 9, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 43909f3 - Browse repository at this point
Copy the full SHA 43909f3View commit details -
Update robot version in requirements.txt
Changes: - Update robot version from 7.0 to 7.0.1 for more robot fixes. Tested: - Tested on sandbox Change-Id: I0863b350dfedfedee074214a93fa7f73e4af2fbd Signed-off-by: George Keishing <gkeishin@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for c901641 - Browse repository at this point
Copy the full SHA c901641View commit details
Commits on Sep 10, 2024
-
Fix robot resource file import error
Changes: - Fix the import path in the test suite. Tested: - Ran clean on sandbox. Change-Id: Ie4c7d0413c9569e82c07069d894b8298894c6bfa Signed-off-by: George Keishing <gkeishin@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for f86e45f - Browse repository at this point
Copy the full SHA f86e45fView commit details
Commits on Sep 11, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for aaf7d1c - Browse repository at this point
Copy the full SHA aaf7d1cView commit details
Commits on Sep 12, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5f7d2e4 - Browse repository at this point
Copy the full SHA 5f7d2e4View commit details
Commits on Sep 13, 2024
-
Changes: - Added "Delete IPv4 Address via GUI and verify" - Added "Delete IPv4 Address And Verify" keyword Tested: - Ran successfully test_network_sub_menu.robot Change-Id: I053b6848bf0b56e0155726d64c52db139e0adaa0 Signed-off-by: Anvesh-Kumar_Rayankula <anvesh.kumar.rayankula@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 7cebd86 - Browse repository at this point
Copy the full SHA 7cebd86View commit details
Commits on Sep 27, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 58b5569 - Browse repository at this point
Copy the full SHA 58b5569View commit details
Commits on Oct 4, 2024
-
Added keyword to gui_resource.robot
Changes: - Added keyword to launch browser and login gui with given user. Tested: - Ran the test case from sandbox successfully. Change-Id: I14783527aa4d8491f7b66f02db714cb0853ce1da Signed-off-by: sarandev3 <saranyad@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 7ef2c44 - Browse repository at this point
Copy the full SHA 7ef2c44View commit details -
Changes: - Added "Verify MAC Address Is Displayed" - Using "Click Element" instead "Click Element At Coordinates" Tested: - Ran successfully test_network_sub_menu.robot Change-Id: Ib9e89c7c38b39c17347907a5e6d534b1fe695da7 Signed-off-by: Anvesh-Kumar_Rayankula <anvesh.kumar.rayankula@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for dee4573 - Browse repository at this point
Copy the full SHA dee4573View commit details
Commits on Oct 8, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 79ba8a2 - Browse repository at this point
Copy the full SHA 79ba8a2View commit details
Commits on Oct 9, 2024
-
Changes: - Added certificate test - Remove redundant redfish test w.r.t redfish validator type of test. Tested: - Ran from sandbox Change-Id: I380d792dc525715079d4df04d7098eacb83097d6 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 76a7814 - Browse repository at this point
Copy the full SHA 76a7814View commit details -
QEMU CI Test: Certificate test removed
Changes: - Certificate test is failing on QEMU_CI test bucket. Removing from the list. Tested: - NA Change-Id: I65bbcc9602ca17da23ac53c7e027b9cab893799f Signed-off-by: George Keishing <gkeishin@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for b9e3ae8 - Browse repository at this point
Copy the full SHA b9e3ae8View commit details
Commits on Oct 10, 2024
-
Update system and managers URI documentation
Changes: - Update ResetActionInfo and Parameters information in documentation. Tested: - NA Change-Id: I6ec14f45e5c6662aa58100e110d88bacbbcd2891 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for b78e76d - Browse repository at this point
Copy the full SHA b78e76dView commit details
Commits on Oct 14, 2024
-
Update log collection method scp for core dump
Changes: - Change the file ownership to user requested for log collection for user defined /tmp core dump files. Tested: - Ran from sandbox. Change-Id: Ib720ecef1e8c114a67bbeda2cfe0ce70d44984bc Signed-off-by: George Keishing <gkeishin@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 6e36ad7 - Browse repository at this point
Copy the full SHA 6e36ad7View commit details
Commits on Oct 22, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for cc28831 - Browse repository at this point
Copy the full SHA cc28831View commit details -
Update power on timeout for PLDM test
Changes: - Replace hard coded timeout with power_on_timeout Tested: - NA Change-Id: I93e39f9ab516c4390440a0e7e437a66bd0beb0b9 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for e292123 - Browse repository at this point
Copy the full SHA e292123View commit details -
Fix test suite warning for robot 7.0 syntax
Changes: - Singular section headers like '*** Test Case ***' are deprecated. Use plural format like '*** Test Cases ***' instead. Tested: - NA Change-Id: I00a73dff4ddea75ba5bd84c2136fef1d60337ed7 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 55ca609 - Browse repository at this point
Copy the full SHA 55ca609View commit details
Commits on Oct 28, 2024
-
Use importlib.util to replace imp
Since the imp module is deprecated and scheduled for removal in Python 3.12 in favor of importlib, update the relevant libraries to resolve any ModuleNotFoundError issues with Python 3.12. Changes: - use import importlib.util instead of import imp Tested: - Ran basic test pass with Python 3.10 and 3.12. Change-Id: I25dde939dd25268b2ae329b0121858bec20ed03c Signed-off-by: Brian Ma <chma0@nuvoton.com>
Configuration menu - View commit details
-
Copy full SHA for 139f1da - Browse repository at this point
Copy the full SHA 139f1daView commit details
Commits on Dec 2, 2024
-
Added new test for Expired password menu
Changes: - Added test "Verify Maximum Failed Attempts For Admin User And Check Account Locked" Tested: - Ran successfully test_bmc_expire_password.robot Change-Id: I76845e87ec5ca9997fdebfc89eb508138c456210 Signed-off-by: Megha G N <Megha.G.N@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 561b568 - Browse repository at this point
Copy the full SHA 561b568View commit details -
Changes: - Added test "Enable VMI Stateless Address AutoConfig And Verify" Tested: - Ran successfully test_vmi.robot Change-Id: I9d7b542e2643d2efddfcf4a69dc077ea23f55a8c Signed-off-by: Megha G N <Megha.G.N@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 38acd84 - Browse repository at this point
Copy the full SHA 38acd84View commit details
Commits on Dec 4, 2024
-
Add log collection for BMC kernel sys trace
Changes: - Add log collection for the file /sys/kernel/tracing/trace Tested: - Tested on the sandbox. Change-Id: If6a38de6b70502034e6251bc339fa03f3e330d90 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 706785c - Browse repository at this point
Copy the full SHA 706785cView commit details
Commits on Dec 6, 2024
-
Pass IPMI_PORT in so that it works in qemu
This allows a different port to be used for running IPMI commands. Change-Id: I1f39f7e76e044005ecf7c880f04fe24091b5ca25 Signed-off-by: Matt Fischer <matthew.fischer@hpe.com>
Configuration menu - View commit details
-
Copy full SHA for f50f8fb - Browse repository at this point
Copy the full SHA f50f8fbView commit details
Commits on Dec 12, 2024
-
Correct tox config for whitelist
tox changed the whitelist_externals to allowlist_externals and as of tox 4.x the older name no longer works. Change-Id: I8d5b196fc276205ede1666f0d71d0cd6550fdc22 Signed-off-by: Matt Fischer <matthew.fischer@hpe.com>
Configuration menu - View commit details
-
Copy full SHA for 5a4a296 - Browse repository at this point
Copy the full SHA 5a4a296View commit details -
Added new testcase for GUI network
Changes: - Added testcase "Verify Able To Click On Eth1 Interface" - Added Keyword "Get Network Interface Details" Tested: - Ran successfully test_network_sub_menu.robot Change-Id: I3b70e1f40993d11598374378ca794ecf252088ef Signed-off-by: Anvesh-Kumar_Rayankula <anvesh.kumar.rayankula@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for fc9cfb4 - Browse repository at this point
Copy the full SHA fc9cfb4View commit details
Commits on Dec 13, 2024
-
Changes: - Added test "Disable VMI Stateless Address AutoConfig And Verify" Tested: - Ran successfully test_vmi.robot Change-Id: I4f54ed0fe2fc277d09748f525ca1465fbe38fa13 Signed-off-by: Megha G N <Megha.G.N@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for e8c0e42 - Browse repository at this point
Copy the full SHA e8c0e42View commit details
Commits on Dec 17, 2024
-
Add an option to provide extension for peltool
Changes: - Added a new argument to provide extension for peltool API. Tested: - Tested changes with and with out extension for peltool. Change-Id: Iaa0ad687b57205e9bd22d76ff2da6df3a171914f Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 45b45c1 - Browse repository at this point
Copy the full SHA 45b45c1View commit details -
Remove unneeded permission fail check
SDR Info command works and does not fail, hence the expected failure in Robot causes the test to break. Closes-Bug: #2252 Change-Id: If5e0d59f6feae97be6cd76a82020c381b87b12d7 Signed-off-by: Matt Fischer <matthew.fischer@hpe.com>
Configuration menu - View commit details
-
Copy full SHA for a0177b9 - Browse repository at this point
Copy the full SHA a0177b9View commit details
Commits on Jan 2, 2025
-
Editor settings aren't necessary in source files. Change-Id: I8143b6471c6b199ba64d1a870a1dfadc21c24bcc Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for a8dbc69 - Browse repository at this point
Copy the full SHA a8dbc69View commit details
Commits on Jan 6, 2025
-
Service Root: Modified Script in service_root/test_service_root.robot
Changes: - Modified walk_nested_dict method to validate list type also. - Modified argument passing method for Valid Length line Tested: - Ran basic test pass for Verify Redfish Unresponsive URL paths Change-Id: I7cd541476561a87e3c2a308883d2106b658a76c2 Signed-off-by: Reshma S <reshmas@ami.com>
Configuration menu - View commit details
-
Copy full SHA for c487392 - Browse repository at this point
Copy the full SHA c487392View commit details -
Changes: - Added test "Enable VMI SLAAC And Check Persistency On BMC Reboot" Tested: - Ran successfully test_vmi.robot Change-Id: I99050d764ad66646bc1d8cd2275ec7010a46e0e6 Signed-off-by: Megha G N <Megha.G.N@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for a37b8da - Browse repository at this point
Copy the full SHA a37b8daView commit details
Commits on Jan 8, 2025
-
Changes: - Added test "Disable VMI SLAAC And Check Persistency On BMC Reboot" Tested: - Ran successfully test_vmi.robot Change-Id: I7b6bd83003b67f5d7dc0508581c7cf0d07965c23 Signed-off-by: Megha G N <Megha.G.N@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 4965738 - Browse repository at this point
Copy the full SHA 4965738View commit details -
Typo fixes in code documentation
Changes: - Spelling mistake fixes in code. Tested: - NA Change-Id: I3e0a12f4631343a302f1ac9aa27222ccacbf1efa Signed-off-by: George Keishing <gkeishin@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 010f221 - Browse repository at this point
Copy the full SHA 010f221View commit details
Commits on Jan 9, 2025
-
Changes: - Added test "Disable VMI DHCPv4 When SLAAC Is Enabled And Verify" Tested: - Ran successfully test_vmi.robot Change-Id: Id400661806123317df984a9895eacc7e78e270d1 Signed-off-by: Megha G N <Megha.G.N@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 503fa35 - Browse repository at this point
Copy the full SHA 503fa35View commit details -
Add TC to verify PLDM verbose flag
Changes: Added new TC to verify PLDM verbose flag. Tested: Tested on eBMC environment. Change-Id: I70a0d559b8b5221f8b043883984b40ec73f5e92a Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 61a59a8 - Browse repository at this point
Copy the full SHA 61a59a8View commit details
Commits on Jan 11, 2025
-
Add TC to test pldmtool RAW commands
Changes: Added two new TCs to verify pldmtool RAW commands Tested: Tested changes on BMC environment. Change-Id: I224918a8ddf2228c1752391fd07adf2bb93fe17c Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for fb89bec - Browse repository at this point
Copy the full SHA fb89becView commit details
Commits on Jan 13, 2025
-
Changes: - Added test "Enable VMI SLAAC When DHCPv6 Is Enabled And Verify" - Added keyword "Set VMI DHCPv6 Property" Tested: - Ran successfully test_vmi.robot Change-Id: Ic5c5758616b0089daebc09d83b2400ad432674b1 Signed-off-by: Megha G N <Megha.G.N@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for df25564 - Browse repository at this point
Copy the full SHA df25564View commit details
Commits on Jan 15, 2025
-
Update README.md for collect_ffdc.py
Changes: update options in README.md for collect_ffdc.py Tested: NA Change-Id: I5b60cae211be0114d6cbc6828a2f6448e96ee7f5 Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 716ae5e - Browse repository at this point
Copy the full SHA 716ae5eView commit details -
Changes: Add new info in README.md Tested: NA Change-Id: I24e788c60bc5a78dc9448e7071d4f67f516102ce Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for dd4e423 - Browse repository at this point
Copy the full SHA dd4e423View commit details -
Add TC Verify Verbose Flag For Incorrect PLDM Raw Command
Changes: Add new TC - Verify Verbose Flag For Incorrect PLDM Raw Command Tested: - Verified changes on BMC environment Change-Id: I680a12a6e6b66a6fab53bddf4a6f2bfa7121b2bd Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 78def93 - Browse repository at this point
Copy the full SHA 78def93View commit details
There are no files selected for viewing