Revision tags: v5.0-stable, v4.0-stable |
|
#
78e92170 |
| 02-Nov-2023 |
kothais <kothais@ami.com> |
REDFISH: Script fix needed for in jobs_processing.py
Changes: - Updated the return value in execute_process_multi_keyword python function under lib/jobs_processing.py
Tested: - Ran red
REDFISH: Script fix needed for in jobs_processing.py
Changes: - Updated the return value in execute_process_multi_keyword python function under lib/jobs_processing.py
Tested: - Ran redfish/managers/test_multiple_interfaces.robot
Change-Id: I81a7e8bb0b7308c888641233d3965068b61d9d80 Signed-off-by: KothaiSrini<kothais@ami.com>
show more ...
|
#
3f7ef6de |
| 13-Feb-2023 |
Sandhya Somashekar <sansomas@in.ibm.com> |
Pylint error and warning fixes
Changes: - C0103: Variable name "ix" doesn't conform to snake_case naming style (invalid-name) - W0612: Unused variable 'ix' (unused-variable) - W0611:
Pylint error and warning fixes
Changes: - C0103: Variable name "ix" doesn't conform to snake_case naming style (invalid-name) - W0612: Unused variable 'ix' (unused-variable) - W0611: Unused gen_print imported as gp (unused-import)
Tested: - python3 -m pylint lib/jobs_processing.py Change-Id: I66d1644e8d31549f4f49ef07747504597c159d72 Signed-off-by: Sandhya Somashekar <sansomas@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 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 |
|
#
5fc20cb9 |
| 02-Feb-2021 |
shrsuman123 <shrsuman@in.ibm.com> |
Added vmi certificate stage2 testcases and supporting library functions
Changes- added testcases: -Get_Concurrent_Root_Certificate_Requests_From_Multiple_Admins -Get_Concurrent_CSR_Re
Added vmi certificate stage2 testcases and supporting library functions
Changes- added testcases: -Get_Concurrent_Root_Certificate_Requests_From_Multiple_Admins -Get_Concurrent_CSR_Requests_From_Multiple_Admins -Get_Concurrent_Corrupted_CSR_Requests_From_Multiple_Admins library functions: -execute_keyword_args -execute_process_multi_keyword
Change-Id: I9cd8266ba4213eb6a476b9666beb512872f87dde Signed-off-by: shrsuman123 <shrsuman@in.ibm.com>
show more ...
|
Revision tags: v2.8.0-stable, v2.7-warrior-stable, v2.6-thud-stable, v2.2-stable, v2.1-stable, v2.0-stable |
|
#
096cd565 |
| 26-Mar-2018 |
Gunnar Mills <gmills@us.ibm.com> |
Fixed PEP 8 style using autopep8
Used autopep8 to correct styling. Ran autopep8 on openbmc-test-automation, autopep8 is not able to fix all styling issues. There is still around 1000 styling violati
Fixed PEP 8 style using autopep8
Used autopep8 to correct styling. Ran autopep8 on openbmc-test-automation, autopep8 is not able to fix all styling issues. There is still around 1000 styling violations in openbmc-test-automation. More information on autopep8 can be found here, https://pypi.python.org/pypi/autopep8
Change-Id: Iddc131da1d74d978eb3dd0fdd6ce5d0a0e49b0f8 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
#
d690150c |
| 14-Nov-2017 |
Michael Walsh <micwalsh@us.ibm.com> |
Remove hashtag lines from all .py files.
Change-Id: Ib2b52f6ff71c8f553e0cfb1936c8e0917e70c619 Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
|
#
84d089f2 |
| 17-Jul-2017 |
George Keishing <gkeishin@in.ibm.com> |
BMC stress test using REST/SSH/IPMI operations
Added: - Multiple REST operation - Multiple SSH operation - Multiple IPMI operation
Resolves openbmc/openbmc-test-automation#743
Change-Id:
BMC stress test using REST/SSH/IPMI operations
Added: - Multiple REST operation - Multiple SSH operation - Multiple IPMI operation
Resolves openbmc/openbmc-test-automation#743
Change-Id: Ib4b484aa030fad3f5b7764b489b2c4604b914b34 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
d942b518 |
| 06-Jun-2017 |
George Keishing <gkeishin@in.ibm.com> |
Multiprocessing keyword support for test execution
Resolves openbmc/openbmc-test-automation#681
Change-Id: I89ba335be351bc055987fb33321bae54c9ad3646 Signed-off-by: George Keishing <gkeishin@in.ibm.
Multiprocessing keyword support for test execution
Resolves openbmc/openbmc-test-automation#681
Change-Id: I89ba335be351bc055987fb33321bae54c9ad3646 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|