On 17/03/25 12:30, Thomas Huth wrote:
On 17/03/2025 07.51, Aditya Gupta wrote:
Hi Thomas,
<...snip...>
+ def test_fadump_pseries_kvm(self):
+ """
+ Test Fadump in PSeries with KVM accel
+ """
+ self.do_test_fadump(is_kvm=True, is_powernv=False)
+
+if __name__ ==
On 17/03/2025 07.51, Aditya Gupta wrote:
Hi Thomas,
On 17/03/25 11:55, Thomas Huth wrote:
Hi!
On 15/03/2025 07.46, Aditya Gupta wrote:
Add testcases for testing fadump with PSeries and PSeries+KVM
combinations
...
diff --git a/tests/functional/test_ppc64_fadump.py b/tests/functional/
test_
Hi Thomas,
On 17/03/25 11:55, Thomas Huth wrote:
Hi!
On 15/03/2025 07.46, Aditya Gupta wrote:
Add testcases for testing fadump with PSeries and PSeries+KVM
combinations
...
diff --git a/tests/functional/test_ppc64_fadump.py
b/tests/functional/test_ppc64_fadump.py
new file mode 100755
index
Hi!
On 15/03/2025 07.46, Aditya Gupta wrote:
Add testcases for testing fadump with PSeries and PSeries+KVM
combinations
...
diff --git a/tests/functional/test_ppc64_fadump.py
b/tests/functional/test_ppc64_fadump.py
new file mode 100755
index ..3d6d3734e243
--- /dev/null
+++ b/tes
Add testcases for testing fadump with PSeries and PSeries+KVM
combinations
It tests if fadump is successfully detected and registered in the first
kernel boot. Then crashes the kernel, and verifies whether we have a
/proc/vmcore in the 2nd boot
Also introduce 'wait_for_regex_console_pattern' to c