#
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 ...
|
#
b1d2f495 |
| 15-Dec-2022 |
George Keishing <gkeishin@in.ibm.com> |
Fix warning and errors CI
Change-Id: I00689763f9128229382a389826336eb5cd99662d Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
#
e16f158f |
| 15-Dec-2022 |
George Keishing <gkeishin@in.ibm.com> |
Test documentation typo fixes using codespell tool
Changes: - Fix typo in code documentation and test name
Tested: - Using codespell tool.
Change-Id: Ia1b65bddc01a4b1c103af9f2094d87da11c8895
Test documentation typo fixes using codespell tool
Changes: - Fix typo in code documentation and test name
Tested: - Using codespell tool.
Change-Id: Ia1b65bddc01a4b1c103af9f2094d87da11c88953 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
28cedb13 |
| 12-Dec-2022 |
Sushil Singh <susilsi7@in.ibm.com> |
Compare PEL, Redfish event log and verify PEL log
Changes: - Added code "verify_no_pel_exists_on_bmc" "compare_pel_and_redfish_log"
Tested: - Ran successfully "verify_no_pel_exist
Compare PEL, Redfish event log and verify PEL log
Changes: - Added code "verify_no_pel_exists_on_bmc" "compare_pel_and_redfish_log"
Tested: - Ran successfully "verify_no_pel_exists_on_bmc" "compare_pel_and_redfish_log"
Change-Id: I39ed987814b83018164c2ec3e3b8228367a02517 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
1d27feb0 |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
flake8: add ignore for files currently failing
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I85603b05864c0b16bfa730dc8e5f9fa51e417ef1
|