History log of /openbmc/openbmc-test-automation/lib/ipmi_client.py (Results 1 – 13 of 13)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9bfdf8a7 19-Apr-2024 George Keishing <gkeishin@in.ibm.com>

Fix code typo in the repository

Changes:
- Corrected spelling mistake in the repository

Tested:
- NA

Change-Id: Ic721bbb2efc0f9f5a1895e3f5994fdb38fe310cd
Signed-off-by: George Keishing <gk

Fix code typo in the repository

Changes:
- Corrected spelling mistake in the repository

Tested:
- NA

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

show more ...


Revision tags: v4.0-stable
# e16f158f 15-Dec-2022 George Keishing <gkeishin@in.ibm.com>

Test documentation typo fixes using codespell tool

Changes:
- Fix typo in code documentation and test name

Tested: - Using codespell tool.

Change-Id: Ia1b65bddc01a4b1c103af9f2094d87da11c8895

Test documentation typo fixes using codespell tool

Changes:
- Fix typo in code documentation and test name

Tested: - Using codespell tool.

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

show more ...


# 20f38712 08-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

black: re-format

black and isort are enabled in the openbmc-build-scripts on Python files
to have a consistent formatting. Re-run the formatter on the whole
repository.

Signed-off-by: Patrick Will

black: re-format

black and isort are enabled in the openbmc-build-scripts on Python files
to have a consistent formatting. Re-run the formatter on the whole
repository.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I944f1915ece753f72a3fa654902d445a9749d0f9

show more ...


# e635ddc0 08-Dec-2022 George Keishing <gkeishin@in.ibm.com>

Revert "black: re-format"

This reverts commit 5731818de0ce446ceaafc7e75ae39da1b69942ae.

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


# 5731818d 08-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

black: re-format

black and isort are enabled in the openbmc-build-scripts on Python files
to have a consistent formatting. Re-run the formatter on the whole
repository.

Change-Id: If1010ead857d413

black: re-format

black and isort are enabled in the openbmc-build-scripts on Python files
to have a consistent formatting. Re-run the formatter on the whole
repository.

Change-Id: If1010ead857d41364c024bf8145a979a9377d382
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


Revision tags: robotframework-requests
# e7e9171e 03-Sep-2021 George Keishing <gkeishin@in.ibm.com>

Update python code for python 3.8 or higher compatibility

Changes:
- Update shebang directive to use python3 explicitly.
- remove preexec_fn feature which is deprecated in

Update python code for python 3.8 or higher compatibility

Changes:
- Update shebang directive to use python3 explicitly.
- remove preexec_fn feature which is deprecated in higher
python version 3.8 and above.
- bufsize fix, from documentation bufsize 1 means line buffered
(only usable if universal_newlines=True i.e., in a text mode)
refer: https://docs.python.org/3/library/subprocess.html
- Fix SyntaxWarning: "is" with "=="

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

show more ...


Revision tags: v2.10-Hardknott
# 2b32c10e 29-Mar-2021 George Keishing <gkeishin@in.ibm.com>

Add check to skip "-N" default vs boot table IPMI "-N 10" option

Changes:
- Skip if command already have "-N" passed to to the keyword.
This is to prevent user driven beh

Add check to skip "-N" default vs boot table IPMI "-N 10" option

Changes:
- Skip if command already have "-N" passed to to the keyword.
This is to prevent user driven behaviour vs pre-define IPMI
timeout from test or boot test table.

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

show more ...


# 75f55dc7 29-Mar-2021 George Keishing <gkeishin@in.ibm.com>

Add IPMI timeout option "-N" to the command execution

Changes:
- By default 3 seconds timeout
- User can override the timeout by using CLI option
"-v IPMI_TIMEOUT:<

Add IPMI timeout option "-N" to the command execution

Changes:
- By default 3 seconds timeout
- User can override the timeout by using CLI option
"-v IPMI_TIMEOUT:<value>"

Resolves openbmc/openbmc-test-automation#2111

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

show more ...


Revision tags: v2.8.0-stable
# 3aeae4e3 03-Apr-2020 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Replaced cipher 3 with 17 as cipher 3 support is removed

Change-Id: I881d25ae24513f056a9cc208407d6e35e624eec4
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>


# e33ad1dd 09-Dec-2019 George Keishing <gkeishin@in.ibm.com>

IPMI changes to support port changes

Changes:
- Added "-p" option with defaulted to port 623.

Change-Id: I4a49505f6ecf1a234caebaf74ed6499b1a8c2fe5
Signed-off-by: George

IPMI changes to support port changes

Changes:
- Added "-p" option with defaulted to port 623.

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

show more ...


Revision tags: v2.7-warrior-stable, v2.6-thud-stable
# 355197ae 21-Jan-2019 Michael Walsh <micwalsh@us.ibm.com>

Re-structured lib/ipmi_client.py

create_ipmi_ext_command_string:
- Create and return an IPMI external command string which is fit to be run
from a bash command line.
verify_i

Re-structured lib/ipmi_client.py

create_ipmi_ext_command_string:
- Create and return an IPMI external command string which is fit to be run
from a bash command line.
verify_ipmi_user_parm_accepted:
- Deterimine whether the OBMC accepts the -U ipmitool argument and adjust
the global ipmi_required_args accordingly.
ipmi_setup:
- Perform all required setup for running iptmitool commands.

Change-Id: I85cccfbd7ff237e5a87e8dd4e16579603635e5a8
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...


# f402765d 10-Jan-2019 George Keishing <gkeishin@in.ibm.com>

Update client and test code to accept different IPMI cipher level value

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


# 19621bac 03-Dec-2018 Michael Walsh <micwalsh@us.ibm.com>

New 'Build IPMI Ext Cmd' keyword

A new keyword to build the IPMI_EXT_CMD global variable for use by
keywords in ipmi_client.robot.

Also, made changes to appropriate keywords to

New 'Build IPMI Ext Cmd' keyword

A new keyword to build the IPMI_EXT_CMD global variable for use by
keywords in ipmi_client.robot.

Also, made changes to appropriate keywords to call 'Build IPMI Ext Cmd'.

Change-Id: Ibe41c884d96cd57d6ac19f0be6ee5130632722e6
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...