Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ras/ras_ppcdiag: Update package dependency #2791

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

sacsant
Copy link
Contributor

@sacsant sacsant commented Apr 1, 2024

upstream source code for ppc64_diag fails to compile due to
dependency on libudev header
[stderr] configure: error: libudev header files are required for
building ppc64-diag

Update the package dependency list to reflect the same

Signed-off-by: Sachin Sant [email protected]

upstream source code for ppc64_diag fails to compile due to
dependency on libudev header
  [stderr] configure: error: libudev header files are required for
  building ppc64-diag

Update the package dependency list to reflect the same

Signed-off-by: Sachin Sant <[email protected]>
@sacsant
Copy link
Contributor Author

sacsant commented Apr 1, 2024

Without the fix:

(1/6) /home/upstreamci/avocado-fvt-wrapper/tests/avocado-misc-tests/ras/ras_ppcdiag.py:RASToolsPpcdiag.test_build_upstream;run-run_type-upstream-77e4: STARTED
(1/6) /home/upstreamci/avocado-fvt-wrapper/tests/avocado-misc-tests/ras/ras_ppcdiag.py:RASToolsPpcdiag.test_build_upstream;run-run_type-upstream-77e4: FAIL: Source code compilation error (17.13 s)

with the fix:
(1/6) ras/ras_ppcdiag.py:RASToolsPpcdiag.test_build_upstream;run-run_type-upstream-77e4: STARTED
(1/6) ras/ras_ppcdiag.py:RASToolsPpcdiag.test_build_upstream;run-run_type-upstream-77e4: PASS (25.51 s)
(2/6) ras/ras_ppcdiag.py:RASToolsPpcdiag.test_nvsetenv;run-run_type-upstream-77e4: STARTED
(2/6) ras/ras_ppcdiag.py:RASToolsPpcdiag.test_nvsetenv;run-run_type-upstream-77e4: PASS (0.49 s)
(3/6) ras/ras_ppcdiag.py:RASToolsPpcdiag.test_extract_opal_dump;run-run_type-upstream-77e4: STARTED
(3/6) ras/ras_ppcdiag.py:RASToolsPpcdiag.test_extract_opal_dump;run-run_type-upstream-77e4: CANCEL: extract_opal_dump is not supported on this system (0.46 s)
(4/6) ras/ras_ppcdiag.py:RASToolsPpcdiag.test_usysattn;run-run_type-upstream-77e4: STARTED
(4/6) ras/ras_ppcdiag.py:RASToolsPpcdiag.test_usysattn;run-run_type-upstream-77e4: PASS (0.91 s)
(5/6) ras/ras_ppcdiag.py:RASToolsPpcdiag.test_usysfault;run-run_type-upstream-77e4: STARTED
(5/6) ras/ras_ppcdiag.py:RASToolsPpcdiag.test_usysfault;run-run_type-upstream-77e4: PASS (0.90 s)
(6/6) ras/ras_ppcdiag.py:RASToolsPpcdiag.test_usysident;run-run_type-upstream-77e4: STARTED
(6/6) ras/ras_ppcdiag.py:RASToolsPpcdiag.test_usysident;run-run_type-upstream-77e4: PASS (8.07 s)

@PraveenPenguin PraveenPenguin merged commit bb15bc9 into avocado-framework-tests:master Apr 2, 2024
3 checks passed
@sacsant sacsant deleted the ppcdiag branch April 22, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants