Re: [kvm-unit-tests PATCH v7 01/35] arch-run: Add functions to help handle migration directives from test
From: Thomas Huth <hidden>
Date: 2024-03-25 15:55:00
Also in:
kvm
From: Thomas Huth <hidden>
Date: 2024-03-25 15:55:00
Also in:
kvm
On 19/03/2024 08.58, Nicholas Piggin wrote:
The migration harness will be expanded to deal with more commands from the test, moving these checks into functions helps keep things managable. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> --- scripts/arch-run.bash | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-)
Reviewed-by: Thomas Huth <redacted>