Re: [PATCH v2] selftests: livepatch: Test atomic replace against multiple modules
From: Petr Mladek
Date: Tue May 28 2024 - 11:04:18 EST
On Sat 2024-05-25 11:34:08, Marcos Paulo de Souza wrote:
> Adapt the current test-livepatch.sh script to account the number of
> applied livepatches and ensure that an atomic replace livepatch disables
> all previously applied livepatches.
>
> Signed-off-by: Marcos Paulo de Souza <mpdesouza@xxxxxxxx>
I am not completely sure if it is a good idea to test so many
aspects and use so many different test modules in a single test.
It might be harder to maintain and analyze eventual problems.
But the change will help to catch more problems which is good.
I am fine with it:
Reviewed-by: Petr Mladek <pmladek@xxxxxxxx>
Best Regards,
Petr