Re: [libvirt PATCH v6 19/30] nodedev: refactor tests to support mdev undefine

2021-03-31 Thread Erik Skultety
On Fri, Mar 26, 2021 at 11:48:15AM -0500, Jonathon Jongsma wrote: > mdevctl 'stop' and 'undefine' commands take the same uuid parameter, so > refactor the test infrastructure to share common implementation for both > of these commands. The 'undefine' command will be introduced in a > following

[libvirt PATCH v6 19/30] nodedev: refactor tests to support mdev undefine

2021-03-26 Thread Jonathon Jongsma
mdevctl 'stop' and 'undefine' commands take the same uuid parameter, so refactor the test infrastructure to share common implementation for both of these commands. The 'undefine' command will be introduced in a following patch. Signed-off-by: Jonathon Jongsma --- tests/nodedevmdevctltest.c | 48