open-power / op-test

Testing Firmware for OpenPOWER systems
Apache License 2.0
37 stars 85 forks source link

remove whitelisting of 'xive interrupt level mismatch' kernel message when root cause is fixed #221

Open ghost opened 6 years ago

ghost commented 6 years ago

i.e. once https://github.com/open-power/skiboot/issues/163 is fixed

harihare commented 3 years ago

https://github.com/open-power/skiboot/issues/163 the issue is fixed.

[harihare@harihare op-test]$ grep -nir "xive" Binary file test_binaries/oskernels.tar matches Binary file testcases/pycache/KernelLog.cpython-38.pyc matches testcases/KernelLog.py:98: # The below xive message should go away when https://github.com/open-power/skiboot/issues/171 is resolved testcases/KernelLog.py:99: "xive: Interrupt.type mismatch, Linux says Level, FW says Edge",

Remove line 99 and send the patch.