History log of /openbmc/openbmc-test-automation/redfish/extended/test_websocket.robot (Results 1 – 9 of 9)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3a5ce063 02-Apr-2025 George Keishing <gkeishin@in.ibm.com>

Fix websocket keyword arg error

Keyword 'esel_utils.Create eSEL' expected 1 argument, got 0.

Changes:
Pass RAW_PREFIX to the keyword

Tested:
NA

Change-Id: Iaf7ea1f2c849ebf30d432408c11fb02

Fix websocket keyword arg error

Keyword 'esel_utils.Create eSEL' expected 1 argument, got 0.

Changes:
Pass RAW_PREFIX to the keyword

Tested:
NA

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

show more ...


Revision tags: v6.0-stable, v5.0-stable
# 409df05d 17-Jan-2024 George Keishing <gkeishin@in.ibm.com>

Robot Framework 7.0 changes

Update robot code syntax overall in the repo

Changes:
- Update the requirement.txt package version for robot
- The '[Return]' setting is deprecated.
Use the

Robot Framework 7.0 changes

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>

show more ...


# a28061a0 15-Dec-2023 George Keishing <gkeishin@in.ibm.com>

Remove syslib and migrate to lib

Changes:
- Move files to lib and rename to align to lib naming
- Update test suites using it.

Tested:
- Test on sandbox with robot --dryrun to make sure

Remove syslib and migrate to lib

Changes:
- Move files to lib and rename to align to lib naming
- Update test suites using it.

Tested:
- Test on sandbox with robot --dryrun to make sure
the linkage is not broken.

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

show more ...


Revision tags: v4.0-stable, robotframework-requests
# 792e31ee 10-Dec-2021 Tim Lee <timlee660101@gmail.com>

redfish: extended: dump: fix "Verify Download BMC Dump" test failed

Symptom:
"Verify Download BMC Dump" test item in test_bmc_dump.robot got failed.

Root cause:
From test report that error message

redfish: extended: dump: fix "Verify Download BMC Dump" test failed

Symptom:
"Verify Download BMC Dump" test item in test_bmc_dump.robot got failed.

Root cause:
From test report that error message is
JSONDecodeError: Expecting value: line 1 column 1 (char 0).
Due to this test item using REST method "Create User Initiated Dump"
to create bmc dump and got failed. Thus, "Get The Dump Id" return unexpected value.

Solution:
Using Redfish method to create BMC Dump according current bmcweb design.

Tested:
Run robot "Verify Download BMC Dump" of test_bmc_dump.robot

Signed-off-by: Tim Lee <timlee660101@gmail.com>
Change-Id: I14b25408277809d5de6148fed91a36b85ede479e

show more ...


# 19b1a8f3 10-Dec-2021 Tim Lee <timlee660101@gmail.com>

redfish: extended: websocket: using Redfish instead of REST to create BMC Dump

Summary:
Call Keywords "Create User Initiated BMC Dump Using Redfish"
to replace Keywords "Create User Initiated Dump"

redfish: extended: websocket: using Redfish instead of REST to create BMC Dump

Summary:
Call Keywords "Create User Initiated BMC Dump Using Redfish"
to replace Keywords "Create User Initiated Dump" when creating BMC Dump.

Tested:
Run robot "Test BMC Websocket Dump Interface" of test_websocket.robot.

Signed-off-by: Tim Lee <timlee660101@gmail.com>
Change-Id: I0c0535d5d0fc8ffd7ac47b284b6bc9095c53e19c

show more ...


# 4aff2d02 08-Jun-2021 Tim Lee <timlee660101@gmail.com>

redfish: use Redfish Delete All BMC Dumps instead

Signed-off-by: Joseph Liu <kwliu@nuvoton.com>
Signed-off-by: Tim Lee <timlee660101@gmail.com>
Change-Id: I29c6ba95e8b005543069fc2d541fadc1b895b3ea


Revision tags: v2.10-Hardknott, v2.8.0-stable
# 69b87c13 07-Nov-2019 Steven Sombar <ssombar@us.ibm.com>

Add websocket dump test

Add a new test case to test_websocket which verifies dump
notifications over the websocket interface.

Resolves openbmc/openbmc-test-automation#1949

Signed-off-by: Steven So

Add websocket dump test

Add a new test case to test_websocket which verifies dump
notifications over the websocket interface.

Resolves openbmc/openbmc-test-automation#1949

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

show more ...


# 9686b769 19-Sep-2019 Steven Sombar <ssombar@us.ibm.com>

Jenkins cannot find bin/websocket_monitor.py

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


Revision tags: v2.7-warrior-stable
# 3468df56 29-Jun-2019 Steven Sombar <ssombar@us.ibm.com>

Websocket test

Resolves openbmc/openbmc-test-automation#1219

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