Re: [PATCH v3 8/8] tests/functional: Add test for fadump in PSeries

2025-03-17 Thread Aditya Gupta
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__ ==

Re: [PATCH v3 8/8] tests/functional: Add test for fadump in PSeries

2025-03-17 Thread Thomas Huth
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_

Re: [PATCH v3 8/8] tests/functional: Add test for fadump in PSeries

2025-03-16 Thread Aditya Gupta
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

Re: [PATCH v3 8/8] tests/functional: Add test for fadump in PSeries

2025-03-16 Thread Thomas Huth
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

[PATCH v3 8/8] tests/functional: Add test for fadump in PSeries

2025-03-14 Thread Aditya Gupta
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