#
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 |
|
#
b1751ada |
| 12-Dec-2022 |
George Keishing <gkeishin@in.ibm.com> |
Relocate robot standard script tools
Changes: - Move robot_standards and robot_custom_rules.py script files to tools directory - Change permission to executable for scripts
Tested: -
Relocate robot standard script tools
Changes: - Move robot_standards and robot_custom_rules.py script files to tools directory - Change permission to executable for scripts
Tested: - NA Change-Id: I68754b4ed537df3a3b2985d905e29d50846bdeb7 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 ...
|
#
a57fef4a |
| 03-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
pycodestyle: fix issues
When calling pycodestyle directly on a file (vs the project as a whole) it seems to be a bit more opinionated. Fix up these issues so we can change how we call pycodestyle o
pycodestyle: fix issues
When calling pycodestyle directly on a file (vs the project as a whole) it seems to be a bit more opinionated. Fix up these issues so we can change how we call pycodestyle organization-wide.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If561fb1ec3036b5fd5a600969fb5d81274464db2
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 |
|
#
65dbeaad |
| 19-Sep-2019 |
vinaybs6 <vinaybs6@in.ibm.com> |
Fix for github_issues_to_csv script
Change-Id: I2255fa6432c373614b6d323cf1c14c9d2f91f6ba Signed-off-by: vinaybs6 <vinaybs6@in.ibm.com>
|
Revision tags: v2.7-warrior-stable, v2.6-thud-stable, v2.2-stable, v2.1-stable |
|
#
004ad3c9 |
| 11-Jun-2018 |
Joy Onyerikwu <onyekachukwu.joy.onyerikwu@ibm.com> |
Formatted python files to follow PEP 8 python code standards.
- Changed the python files in the openbmc-test-automation directory to conform to python code style standards with the excepti
Formatted python files to follow PEP 8 python code standards.
- Changed the python files in the openbmc-test-automation directory to conform to python code style standards with the exception of E402 and E501. - Resolves openbmc/openbmc-test-automation#1308
Change-Id: I109995c2d248f5a6bb2c0e3c76a6144c8f3aac2e Signed-off-by: Joy Onyerikwu <onyekachukwu.joy.onyerikwu@ibm.com> Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
show more ...
|
Revision tags: 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 ...
|
#
0419fb0a |
| 28-May-2017 |
Sivas SRR <sivas.srr@in.ibm.com> |
Enable GitHub multiple repository support
Resolves openbmc/openbmc-test-automation#652
Change-Id: I55ee1802f35000a852be169391ac042197e17629 Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>
|
#
b4eb9ac1 |
| 16-Mar-2017 |
Sivas SRR <sivas.srr@in.ibm.com> |
Add milestone, closed_at, assignees to 'GitHub Issues to CSV'.
Resolves: openbmc/openbmc-test-automation#423
Change-Id: Iefc4f2d5c399531865b0c122a8fe46ab84fd114c Signed-off-by: Sivas SRR <sivas.srr
Add milestone, closed_at, assignees to 'GitHub Issues to CSV'.
Resolves: openbmc/openbmc-test-automation#423
Change-Id: Iefc4f2d5c399531865b0c122a8fe46ab84fd114c Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>
show more ...
|
#
9fe1b12e |
| 05-Mar-2017 |
Sivas SRR <sivas.srr@in.ibm.com> |
Added new field "assignee" & fix password pass as argument.
Resolves openbmc/openbmc-test-automation#324
Change-Id: I425c35bcd273ea0bd920b063efe023064e9fb0c8 Signed-off-by: Sivas SRR <sivas.srr@in.
Added new field "assignee" & fix password pass as argument.
Resolves openbmc/openbmc-test-automation#324
Change-Id: I425c35bcd273ea0bd920b063efe023064e9fb0c8 Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>
show more ...
|
#
a464a7ce |
| 19-Feb-2017 |
Sivas SRR <sivas.srr@in.ibm.com> |
Tool to get github repo issues into csv
Resolves openbmc/openbmc-test-automation#235
Change-Id: I9467459871f1b53bd11e991ebfc8f5bac25e05ea Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>
|