#
2b798c7c |
| 19-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 ...
|
Revision tags: v6.0-stable |
|
#
4ebb3281 |
| 16-Jan-2025 |
George Keishing <gkeishin@in.ibm.com> |
Fix tag syntax and spellings
Changes: - Tag mismatch fix - typo fixes
Tested: - NA Change-Id: Ie90788fda83dff6c7867a924163ee1ab50f0916a Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
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 ...
|
Revision tags: v2.10-Hardknott, v2.8.0-stable |
|
#
c5e9ebc6 |
| 09-Apr-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Disable avahi daemon and next reboot discover BMC
Change-Id: I8c163d4fba5ba55d02f1582f9a0eb591f2f5dd14 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
|
#
8023a8cf |
| 16-Mar-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
BMC discovery based on service type
Note: 1. Added test case to discover BMC based on service type 2. Added utils file to parse input string and pack it in the form of dictionary
Change-Id: I684
BMC discovery based on service type
Note: 1. Added test case to discover BMC based on service type 2. Added utils file to parse input string and pack it in the form of dictionary
Change-Id: I684a40795c0b008c50532778517a78959d6ce4fd Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|