History log of /openbmc/openbmc-test-automation/ (Results 1 – 25 of 4672)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
139f1da618-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 ...

55ca609022-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 ...

e292123422-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 ...

cc28831521-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 ...

6e36ad7614-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 ...

b78e76d410-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 ...

b9e3ae8f09-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 ...

76a7814e27-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 ...

79ba8a2625-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 ...

dee4573825-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 ...

7ef2c44827-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 ...

58b5569013-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 ...

7cebd86529-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 ...

5f7d2e4c22-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 ...

aaf7d1c903-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 ...

f86e45f510-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 ...

c901641409-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 ...

43909f3220-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 ...

5e5f597405-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 ...

00aef4ef31-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 ...

dc9abaac14-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 ...

864642b014-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 ...

365b8f9304-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 ...

abb492d324-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 ...

761f5d9601-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 ...

12345678910>>...187