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 |
|
#
0c66977b |
| 24-Jun-2021 |
Peter D Phan <peterp@us.ibm.com> |
ffdc: Add base infrastructure to support redfish protocol.
- Set 1: Initial commit for review. Add -t BMC_GET for redfish. - Set 2: Add new CLI option --remote_protocol (-rp). Default: ALL available
ffdc: Add base infrastructure to support redfish protocol.
- Set 1: Initial commit for review. Add -t BMC_GET for redfish. - Set 2: Add new CLI option --remote_protocol (-rp). Default: ALL available. - Set 3: Enhance messaging for Refish path.
Test: - All types to OpenBMC's, RHEL, Ubuntu and AIX. - Regression test to OpenBMC's, RHEL, Ubuntu and AIX.
Signed-off-by: Peter D Phan <peterp@us.ibm.com> Change-Id: I969a923b49cc38314cdc194a9e6de8acc3f89fdb
show more ...
|
Revision tags: v2.10-Hardknott |
|
#
72ce6b85 |
| 03-Jun-2021 |
Peter D Phan <peterp@us.ibm.com> |
ffdc: Add standalone FFDC collector script
- Set 1: 1st Pass: default to OpenBMC and SSH. - Set 2: Remove trailing spaces. - Set 3: Remove trailing spaces - part 2. - Set 4: Address pycodestyle, ope
ffdc: Add standalone FFDC collector script
- Set 1: 1st Pass: default to OpenBMC and SSH. - Set 2: Remove trailing spaces. - Set 3: Remove trailing spaces - part 2. - Set 4: Address pycodestyle, openbmc Python Coding Guidelines and review feedback issues. - Set 5: more correction to meet pycodestyle. - Set 6: Address review comments. Test scenarios were (re)executed. - Set 7: Relocate all FFDC Collector files in ffdc/ dir. Test scenarios were (re)executed with newly relocated files. - Set 8: Make script progress, status more informative. Add error handling, making error message more informative. Add test for error scenarios.
Tested: 7 cli scenarios (1) python3 <sandbox>/openbmc-test-automation/ffdc/collect_ffdc.py \ -h <> -u <> -p <> -f <sandbox>/openbmc-test-automation/ffdc/ffdc_config.yaml
(2) cd <sandbox>/openbmc-test-automation/ffdc python3 collect_ffdc.py -h <> -u <> -p <>
(3) export OPENBMC_HOST=<> export OPENBMC_USERNAME=<> export OPENBMC_PASSWORD=<> cd <sandbox>/openbmc-test-automation/ffdc python3 collect_ffdc.py
(4) python3 collect_ffdc.py -h <invalid host> (5) python3 collect_ffdc.py -u <invalid userid> (6) python3 collect_ffdc.py -p <invalid password> (7) python3 collect_ffdc.py -l <path with no access (/var, /opt)>
Change-Id: Ia26630168856341e749ce73b5cced831fc470219 Signed-off-by: Peter D Phan <peterp@us.ibm.com>
show more ...
|