History log of /openbmc/openbmc-test-automation/ (Results 1 – 25 of 4769)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f719f24f25-Mar-2025 Megha G N <Megha.G.N@ibm.com>

Added new testcase to VMI menu

Changes:
- Added testcase
"Delete IPv6 Static Default Gateway On VMI And Verify"
- Added keyword
"Delete VMI IPv6 Static Default Gateway Address"

Added new testcase to VMI menu

Changes:
- Added testcase
"Delete IPv6 Static Default Gateway On VMI And Verify"
- Added keyword
"Delete VMI IPv6 Static Default Gateway Address"

Tested:
- test_vmi.robot

Change-Id: I77b165b0131dc8a2502b93c8e4f4acb4836f5d93
Signed-off-by: Megha G N <Megha.G.N@ibm.com>

show more ...

b5c119e525-Mar-2025 George Keishing <gkeishin@in.ibm.com>

robotframework deprecated syntax changes

Prior to Robot Framework 6.0 the marker to use
when giving a custom name to a library was WITH NAME
instead of AS. The old syntax continues to work,
but it i

robotframework deprecated syntax changes

Prior to Robot Framework 6.0 the marker to use
when giving a custom name to a library was WITH NAME
instead of AS. The old syntax continues to work,
but it is considered deprecated and will eventually
be removed.

Changes:
- Deprecated 'WITH NAME' alias marker
used instead of 'AS'

Tested:
- Ran from local sandbox with the changes.

Change-Id: I2118dc04d27e37e56e1f4d49892e1f98ac629721
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...

b4e3ad4720-Mar-2025 George Keishing <gkeishin@in.ibm.com>

Remove REST support partially

Changes:
- REST flag initialization code is being
deprecated here.

Tested:
- Tested from the sandbox with the changes
Robot Framework 7.2.2 (Python 3.12

Remove REST support partially

Changes:
- REST flag initialization code is being
deprecated here.

Tested:
- Tested from the sandbox with the changes
Robot Framework 7.2.2 (Python 3.12.9 on linux)
- Tested in boot test environment

Change-Id: Ifa646d20f35ee0a20b5116ec057903246526aeba
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...

cef7e11824-Mar-2025 George Keishing <gkeishin@in.ibm.com>

Update QEMU_CI test bucket list

Changes:
- Removed test Redfish_Login_With_Invalid_Credentials
as this is blocking the QEMU CI test run.
On comparison testing with HW Witherspoon we

Update QEMU_CI test bucket list

Changes:
- Removed test Redfish_Login_With_Invalid_Credentials
as this is blocking the QEMU CI test run.
On comparison testing with HW Witherspoon we
were able to run it clean but on QEMU we could not
identify the root cause. This is a bad path testing,
removing from QEMU list.

Tested:
- NA

Change-Id: I449b59625fcbca69f2e533ef9e1e460f6a389987
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...

6d9d4f6a21-Mar-2025 George Keishing <gkeishin@in.ibm.com>

Replace deprecated method REST keyword

Changes:
- Keyword RequestsLibrary.Post Request is deprecated.
Use `POST On Session` instead.

Tested:
- Ran from sandbox.

Change-Id: I0d4b957b4

Replace deprecated method REST keyword

Changes:
- Keyword RequestsLibrary.Post Request is deprecated.
Use `POST On Session` instead.

Tested:
- Ran from sandbox.

Change-Id: I0d4b957b41eeaf61c9f7b3e64ff3d821c066d9f1
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...

52b71f8c21-Mar-2025 Sridevi Ramesh <sridevra@in.ibm.com>

Fix time difference failure for IPMI SEL

Changes:

Fix time difference failure for IPMI SEL
Remove redundant FFDC method call in test teardown
Move printn from setup to test setup

Tested:
Tested ch

Fix time difference failure for IPMI SEL

Changes:

Fix time difference failure for IPMI SEL
Remove redundant FFDC method call in test teardown
Move printn from setup to test setup

Tested:
Tested changes on BMC environment

Resolves openbmc-test-automation#2246

Change-Id: I4e37e7c48c76e779df752670094844e5b40122b9
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>

show more ...

8ba7432819-Mar-2025 Sweta Potthuri <spotthur@in.ibm.com>

Adding a test case to enable SLAACv6

Changes:
- Adding a test case to enable SLAACv6
- Adding a keyword for enabling/ disabling SLAACv6

Tested:
Ran and Tested on BMC E

Adding a test case to enable SLAACv6

Changes:
- Adding a test case to enable SLAACv6
- Adding a keyword for enabling/ disabling SLAACv6

Tested:
Ran and Tested on BMC Environment.

Change-Id: I6ab8ceec6189f543503d8c87c4dd3d6896923c8b
Signed-off-by: Sweta Potthuri <spotthur@in.ibm.com>

show more ...

99a77dbe19-Mar-2025 Sridevi Ramesh <sridevra@in.ibm.com>

IPMI user summary test

Changes:
- Add support to verify and enable the user in IPMI
in the below test case
Verify IPMI User Summary

Tested:
- Tested changes on the BMC environment

IPMI user summary test

Changes:
- Add support to verify and enable the user in IPMI
in the below test case
Verify IPMI User Summary

Tested:
- Tested changes on the BMC environment

Resolves openbmc/openbmc-test-automation#2189

Change-Id: I80c9a0f1d8722906333a761216ed83158b1053ef
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>

show more ...

c2c554b720-Mar-2025 George Keishing <gkeishin@in.ibm.com>

Add notes to template code

Changes:
- Added comments and minor code changes layout

Tested:
- NA

Change-Id: I7617e2e31fec7395e0f7895256905b2878a180c8
Signed-off-by: George Keishing <gkeishi

Add notes to template code

Changes:
- Added comments and minor code changes layout

Tested:
- NA

Change-Id: I7617e2e31fec7395e0f7895256905b2878a180c8
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...

c3a7582e21-Mar-2025 George Keishing <gkeishin@in.ibm.com>

Update README and optional package requirement

Changes:
- Remove packages from README as they are redundant
since the requirements.txt has all the required
packages.
- Added requ

Update README and optional package requirement

Changes:
- Remove packages from README as they are redundant
since the requirements.txt has all the required
packages.
- Added requirements_optional.txt for DMTF tools
based packages

Tested:
- Checked installation on sandbox and sanity test
run on Python 3.12
Robot Framework 7.2.2 (Python 3.12.9 on linux)

Change-Id: If6c6777e4efde7d012e87c786cd05e446606305d
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...

5f56ce7f20-Mar-2025 George Keishing <gkeishin@in.ibm.com>

DMTF Redfish Protocol Validator

https://github.com/DMTF/Redfish-Protocol-Validator

The Redfish Protocol Validator tests the HTTP protocol
behavior of a Redfish service to validate that it is
confor

DMTF Redfish Protocol Validator

https://github.com/DMTF/Redfish-Protocol-Validator

The Redfish Protocol Validator tests the HTTP protocol
behavior of a Redfish service to validate that it is
conforms to the Redfish Specification.

Changes:
- Robot test suite to call Redfish Protocol Validator
and checks for errors.

Tested:
- Ran the test from the sandbox.

Resolves openbmc/openbmc-test-automation#2239

Change-Id: Ibb914cb3e1169bc884a8dca31557ac42a8292158
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...

6ba6b22f19-Mar-2025 Sridevi Ramesh <sridevra@in.ibm.com>

Clean up TODO issues information from test code

Changes:
- Remove TODOs which are fixed and closed

Testing:
- NA

Change-Id: I0b89cbfc6038b178d1da6c714d7da90c7afb5fa9
Signed-off-by: Sridev

Clean up TODO issues information from test code

Changes:
- Remove TODOs which are fixed and closed

Testing:
- NA

Change-Id: I0b89cbfc6038b178d1da6c714d7da90c7afb5fa9
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>

show more ...

6ab4761519-Mar-2025 George Keishing <gkeishin@in.ibm.com>

Fix syntax error in LLDP test suite

Changes:
- Fix for the following errors
redfish/managers/test_lldp_config.robot'
on line 3: Non-existing setting ''.

redfish/managers/test_lldp

Fix syntax error in LLDP test suite

Changes:
- Fix for the following errors
redfish/managers/test_lldp_config.robot'
on line 3: Non-existing setting ''.

redfish/managers/test_lldp_config.robot'
on line 10: Non-existing setting 'Suite Teardown Execution'.

Tested:
- NA

Change-Id: Ia84c292582493b1c1fa1e1a19b0c71060f279a8f
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...

2a2dbbd118-Mar-2025 Sridevi Ramesh <sridevra@in.ibm.com>

Remove the hardcoding for IPMI Prefix value

Changes:
Resolves openbmc-test-automation/issues/#2251
Create a new input argument as ${IPMI_RAW_PREFIX}
This enable the user to provide the IPMI_RAW_PREF

Remove the hardcoding for IPMI Prefix value

Changes:
Resolves openbmc-test-automation/issues/#2251
Create a new input argument as ${IPMI_RAW_PREFIX}
This enable the user to provide the IPMI_RAW_PREFIX from the CLI as
e.g. -v IPMI_RAW_PREFIX:'0xaa 0xbb 0x'

Tested:
Tested changes on BMC environment

Change-Id: I10f30e59cf6fe8af80b421233ad241513a138614
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>

show more ...

76adf44718-Mar-2025 George Keishing <gkeishin@in.ibm.com>

Add ERROR_RESPONSE_MSG for user specific message

Changes:
- Added ERROR_RESPONSE_MSG variable for user
to key in the string.

Tested:
- Ran from the sandbox with the changes

Resolves

Add ERROR_RESPONSE_MSG for user specific message

Changes:
- Added ERROR_RESPONSE_MSG variable for user
to key in the string.

Tested:
- Ran from the sandbox with the changes

Resolves openbmc/openbmc-test-automation#2249

Change-Id: I677fa335bd97327dac952ab62a14fb9d95ec8b26
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...

2b798c7c19-Mar-2025 George Keishing <gkeishin@in.ibm.com>

Module import failure in python 3.12

Changes:
- Remove data import from the code. This module
is not used at all and throw error during import.

Tested:
- Tested on sandbox with the

Module import failure in python 3.12

Changes:
- Remove data import from the code. This module
is not used at all and throw error during import.

Tested:
- Tested on sandbox with the changes.

Change-Id: I895bbe78e0cd7a1513b1be5132aab169a202eacf
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...

c83313b218-Mar-2025 George Keishing <gkeishin@in.ibm.com>

Update robot framework release version

Changes:
- Update the robot package version to 7.2.2

Tested:
- Tested on sandbox with different version and
looks stable for release.
Robo

Update robot framework release version

Changes:
- Update the robot package version to 7.2.2

Tested:
- Tested on sandbox with different version and
looks stable for release.
Robot Framework 7.2.2 (Python 3.12.9 on linux)
Robot Framework 7.2.2 (Python 3.10.12 on linux)

Change-Id: I567d4a63dce417f3ef963defde90b9b14c787f02
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...

1361edf018-Mar-2025 Megha G N <Megha.G.N@ibm.com>

Automation fix for VMI menu

Changes:
- Modified Testcase
"Configure IPv6 Static Default Gateway On VMI And Verify"
- Modified keyword
"Set Static VMI IPv6 Address"

Tested: - tes

Automation fix for VMI menu

Changes:
- Modified Testcase
"Configure IPv6 Static Default Gateway On VMI And Verify"
- Modified keyword
"Set Static VMI IPv6 Address"

Tested: - test_vmi.robot
- ../../lib/external_intf/vmi_utils.robot
Change-Id: I671f729bcbb2fe3deee2a39dfbb2cc224ab67e02
Signed-off-by: Megha G N <Megha.G.N@ibm.com>

show more ...

477b061813-Mar-2025 George Keishing <gkeishin@in.ibm.com>

Python 3.12 webdriver manager package

Changes:
- webdrivermanager is not longer installing
with Python 3.12 version.
The webdriver-manager package name which
is compatible with

Python 3.12 webdriver manager package

Changes:
- webdrivermanager is not longer installing
with Python 3.12 version.
The webdriver-manager package name which
is compatible with Selenium 4.x and below

Tested:
- Ran from sandbox with the changes.

Change-Id: Iad8c077a0a390938de37060bfd6d27db523af19e
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...

be2b77dd17-Mar-2025 Sridevi Ramesh <sridevra@in.ibm.com>

Update CT Metrics

Changes:
- Update the reference file
- Remove unused arguments
- Cleanup spaces
- Add a description of arguments

Tested:
- Tested the script
python3 tools/ct_m

Update CT Metrics

Changes:
- Update the reference file
- Remove unused arguments
- Cleanup spaces
- Add a description of arguments

Tested:
- Tested the script
python3 tools/ct_metrics/gen_csv_results.py
-s output.xml -d dummy --version_id abcd123
--platform bmc --level 123

Change-Id: I0ceadf49020397ec488a282228c6b43162f0146d
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>

show more ...

b05a07a513-Mar-2025 George Keishing <gkeishin@in.ibm.com>

Python 3.12 config parser changes

Changes:
- ConfigParser readfp is no more in python 3.12
made changes to replace with read_file

Tested:
- Ran from sandbox with changes with level

Python 3.12 config parser changes

Changes:
- ConfigParser readfp is no more in python 3.12
made changes to replace with read_file

Tested:
- Ran from sandbox with changes with levels
Robot Framework 7.1.1 (Python 3.10.12 on linux)
Robot Framework 7.1.1 (Python 3.12.9 on linux)

Change-Id: I9e29fdc84f27c004896cffb77cfde0ec786afa6c
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...

73af927017-Mar-2025 George Keishing <gkeishin@in.ibm.com>

Fix multiple keywords with the same name login found

Changes:
- Fixed by giving the object full name of
the keyword that the code intends to use.

Tested:
- NA
Change-Id: I8cc98954d

Fix multiple keywords with the same name login found

Changes:
- Fixed by giving the object full name of
the keyword that the code intends to use.

Tested:
- NA
Change-Id: I8cc98954dea7dcf27e6e490e18063df93e71a2ff
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...

cfdd099617-Mar-2025 George Keishing <gkeishin@in.ibm.com>

Wrong syntax in teardown test code

Changes:
- Fix space for the new line in the teardown
directive.

Tested:
- NA

Change-Id: I0aefd97658a2a69c119fa57b3ab809468a1712b0
Signed-off-by: G

Wrong syntax in teardown test code

Changes:
- Fix space for the new line in the teardown
directive.

Tested:
- NA

Change-Id: I0aefd97658a2a69c119fa57b3ab809468a1712b0
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...

24401f3f02-Mar-2025 Sweta Potthuri <spotthur@in.ibm.com>

LLDP Test Cases Suite Added

Changes:
- Basic Keywords for LLDP
- Test Case to enable LLDP

Test:
- Ran on BMC Environment.

Change-Id: Id06f21991ce3fe470ca559ab2b6377f16b5b6

LLDP Test Cases Suite Added

Changes:
- Basic Keywords for LLDP
- Test Case to enable LLDP

Test:
- Ran on BMC Environment.

Change-Id: Id06f21991ce3fe470ca559ab2b6377f16b5b6549
Signed-off-by: Sweta Potthuri <spotthur@in.ibm.com>

show more ...

1573b42414-Mar-2025 George Keishing <gkeishin@in.ibm.com>

Fix python env

Changes:
- python to python3 changes

Tested:
- Ran test from the sandbox.

Change-Id: I8ed72e813510835d44793d6ab20bf6d4dc2de6a1
Signed-off-by: George Keishing <gkeishin@in.

Fix python env

Changes:
- python to python3 changes

Tested:
- Ran test from the sandbox.

Change-Id: I8ed72e813510835d44793d6ab20bf6d4dc2de6a1
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...

12345678910>>...191