Revision tags: v5.0-stable, v4.0-stable |
|
#
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 higher py
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 ...
|
#
1627d961 |
| 09-Aug-2021 |
Peter D Phan <peterp@us.ibm.com> |
ffdc: Better handle user telnet command timeout.
Set 1: Exit output read loop when there is no more data, even if user specified timer value has not expired.
Set 2: Redesign: use user input wait-fo
ffdc: Better handle user telnet command timeout.
Set 1: Exit output read loop when there is no more data, even if user specified timer value has not expired.
Set 2: Redesign: use user input wait-for-execution time, if one is provided. Else, use the default value of 120 sec
Test: - Set 1: Remote systems with telnet server. - Set 2: Remote systems with telnet server.
Signed-off-by: Peter D Phan <peterp@us.ibm.com> Change-Id: I9d16eb2cf1d967d1e0acd47f2d316a192f1a7ecf
show more ...
|
#
b76e1753 |
| 03-Aug-2021 |
Peter D Phan <peterp@us.ibm.com> |
ffdc: Convert telnet return data to ASCII string.
telnetlib return data as a binary list. Convert return data to ASCII string for processing.
Test: - Regression test to telnet servers.
Signed-off-
ffdc: Convert telnet return data to ASCII string.
telnetlib return data as a binary list. Convert return data to ASCII string for processing.
Test: - Regression test to telnet servers.
Signed-off-by: Peter D Phan <peterp@us.ibm.com> Change-Id: I3ed066556a026370ea2e4a641d64bea90f9c5124
show more ...
|
#
fd260e47 |
| 29-Jul-2021 |
Peter D Phan <peterp@us.ibm.com> |
ffdc: Move utilities to subdir lib.
Test: - New structure within openbmc-test-automation - New structure stand-alone
Signed-off-by: Peter D Phan <peterp@us.ibm.com> Change-Id: If707cded8840357dca4
ffdc: Move utilities to subdir lib.
Test: - New structure within openbmc-test-automation - New structure stand-alone
Signed-off-by: Peter D Phan <peterp@us.ibm.com> Change-Id: If707cded8840357dca40577583f1afb418c91d7c
show more ...
|