History log of /openbmc/openbmc-test-automation/lib/esel_utils.robot (Results 1 – 8 of 8)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: robotframework-requests
# fbd67007 01-Aug-2022 George Keishing <gkeishin@in.ibm.com>

Robotframework request package upgrade changes

Current working package version
robotframework-requests 0.7.2

To Test:
pip3 install robotframework-requests -U
or

Robotframework request package upgrade changes

Current working package version
robotframework-requests 0.7.2

To Test:
pip3 install robotframework-requests -U
or
# Once this commit is merged.
pip3 install -r requirements.txt

Version latest:
robotframework-requests 0.9.3

Refer Documentation:
https://marketsquare.github.io/robotframework-requests/doc/RequestsLibrary.html

What is not changed:
- The test cases under directory tests/ is not modified and is
deprecated but you can continue using it with older package
and configuration using

git clone -b v3.0-stable https://github.com/openbmc/openbmc-test-automation

Tested:
Upstream HW_CI test list, firmware code update and few other
test suite like ipmi, certificate, dumps, ffdc and redfish
test suites.

Note: I have not tested end to end, so it is likely there could be
grey areas where it could fail but should be minor w.r.t
response data format.

Resolves: openbmc/openbmc-test-automation#2105

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

show more ...


Revision tags: v2.10-Hardknott
# 10ac7fe2 22-Mar-2021 Konstantin Aladyshev <aladyshev22@gmail.com>

Fix syntax errors in the "Check For Error Logs" function

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Change-Id: Iebd671087ce6c1117574c79294d36409e6ab923c


# 178d9bf2 09-Jul-2020 George Keishing <gkeishin@in.ibm.com>

Update code documentation and variables

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


Revision tags: v2.8.0-stable
# 3839c8cf 09-Sep-2019 Steven Sombar <ssombar@us.ibm.com>

Add eSEL whitelist to BMC error polling test

Move the whitelist checking keyword from htx_hardbootme_test
to esel_utils. Call the keyword from htx_hardbootme_test
and test_bmc_poll_

Add eSEL whitelist to BMC error polling test

Move the whitelist checking keyword from htx_hardbootme_test
to esel_utils. Call the keyword from htx_hardbootme_test
and test_bmc_poll_errors.

Resolves openbmc/openbmc-test-automation#1945

Signed-off-by: Steven Sombar <ssombar@us.ibm.com>
Change-Id: Iebcc1e099704965727c8af2730863ef2bae77a45

show more ...


Revision tags: v2.7-warrior-stable
# 6716d6a8 03-Jun-2019 George Keishing <gkeishin@in.ibm.com>

Redfish SEL test and keyword update

Changes:
- Update keyword "Verify eSEL Entries" to redfish.
- Update test setup and poweron to redfish.
- Added TODO openbmc/openbmc-

Redfish SEL test and keyword update

Changes:
- Update keyword "Verify eSEL Entries" to redfish.
- Update test setup and poweron to redfish.
- Added TODO openbmc/openbmc-test-automation#1789 for
feature currently not available.

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

show more ...


# 31b6bd0e 06-Mar-2019 Steven Sombar <ssombar@us.ibm.com>

Update raw command string which generates eSEL

Update the ipmi raw command which creates an eSEL.
Update the expected count when checking for multiple eSELs.

Resolves openbmc/op

Update raw command string which generates eSEL

Update the ipmi raw command which creates an eSEL.
Update the expected count when checking for multiple eSELs.

Resolves openbmc/openbmc-test-automation#1639

Change-Id: I5cf61b1fc9b9ae00fcc562fea29e9798fc9ba4d0
Signed-off-by: Steven Sombar <ssombar@us.ibm.com>

show more ...


Revision tags: v2.6-thud-stable
# 34c8f171 09-Jan-2019 George Keishing <gkeishin@in.ibm.com>

Fix attribute name

BMC web is case sensitive, so making the change.

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


Revision tags: v2.2-stable
# a3f0439f 01-Oct-2018 Steven Sombar <ssombar@us.ibm.com>

Create eSEL library

Move these keywords from extended/test_esel.robot to a
library routine to make them generally available:
- Create eSEL
- Count eSEL Entries
- Verify eS

Create eSEL library

Move these keywords from extended/test_esel.robot to a
library routine to make them generally available:
- Create eSEL
- Count eSEL Entries
- Verify eSEL Entries

Resolves openbmc/openbmc-test-automation#1466

Change-Id: Iecfeabc71bf60f820abe708f09744a5fb69006da
Signed-off-by: Steven Sombar <ssombar@us.ibm.com>

show more ...