139f1da6 | 18-Oct-2024 |
Brian Ma <chma0@nuvoton.com> |
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
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>
show more ...
|
55ca6090 | 22-Oct-2024 |
George Keishing <gkeishin@in.ibm.com> |
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.
T
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>
show more ...
|
e2921234 | 22-Oct-2024 |
George Keishing <gkeishin@in.ibm.com> |
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 Ke
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>
show more ...
|
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 ...
|
6e36ad76 | 14-Oct-2024 |
George Keishing <gkeishin@in.ibm.com> |
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 sa
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>
show more ...
|
b78e76d4 | 10-Oct-2024 |
George Keishing <gkeishin@in.ibm.com> |
Update system and managers URI documentation
Changes: - Update ResetActionInfo and Parameters information in documentation.
Tested: - NA
Change-Id: I6ec14f45e5c6662aa58100e110d8
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>
show more ...
|
b9e3ae8f | 09-Oct-2024 |
George Keishing <gkeishin@in.ibm.com> |
QEMU CI Test: Certificate test removed
Changes: - Certificate test is failing on QEMU_CI test bucket. Removing from the list.
Tested: - NA
Change-Id: I65bbcc9602ca17da23ac53c7e027b9cab8
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>
show more ...
|
76a7814e | 27-Aug-2024 |
George Keishing <gkeishin@in.ibm.com> |
QEMU_CI: Update test list
Changes: - Added certificate test - Remove redundant redfish test w.r.t redfish validator type of test.
Tested: - Ran from sandbox
Change-Id: I380d7
QEMU_CI: Update test list
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>
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 ...
|
dee45738 | 25-Sep-2024 |
Anvesh-Kumar_Rayankula <anvesh.kumar.rayankula@ibm.com> |
Added GUI Network testcase
Changes: - Added "Verify MAC Address Is Displayed" - Using "Click Element" instead "Click Element At Coordinates"
Tested: - Ran successfully test_network_sub_menu
Added GUI Network testcase
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>
show more ...
|
7ef2c448 | 27-Sep-2024 |
sarandev3 <saranyad@in.ibm.com> |
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: I14783527aa4d8491f7b
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>
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 ...
|
7cebd865 | 29-Aug-2024 |
Anvesh-Kumar_Rayankula <anvesh.kumar.rayankula@ibm.com> |
Added GUI Network testcase
Changes: - Added "Delete IPv4 Address via GUI and verify" - Added "Delete IPv4 Address And Verify" keyword
Tested: - Ran successfully test_network_sub_menu.robot
Added GUI Network testcase
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>
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 ...
|
f86e45f5 | 10-Sep-2024 |
George Keishing <gkeishin@in.ibm.com> |
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: Geo
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>
show more ...
|
c9016414 | 09-Sep-2024 |
George Keishing <gkeishin@in.ibm.com> |
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: I0863b350dfedfedee074214a93fa7f
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>
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 ...
|
5e5f5974 | 05-Sep-2024 |
sarandev3 <saranyad@in.ibm.com> |
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 te
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>
show more ...
|
00aef4ef | 31-Jul-2024 |
Anvesh-Kumar_Rayankula <anvesh.kumar.rayankula@ibm.com> |
Added GUI Network testcases
Changes: - Added testcase for Toggle DHCPv4 properties on GUI
Tested: - Ran and tested on BMC Environment.
Change-Id: Idabd7f5758ed55848bc93e0bc167ffe1
Added GUI Network testcases
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>
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 ...
|
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 ...
|
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 ...
|
abb492d3 | 24-Jul-2024 |
George Keishing <gkeishin@in.ibm.com> |
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 t
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>
show more ...
|
761f5d96 | 01-Jul-2024 |
yuvanvarshitha <yuvanvarshitha@ami.com> |
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 t
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>
show more ...
|