On 7/10/20 7:06 AM, John Snow wrote: > When issuing 'reboot' to a VM with the no-reboot option, that VM will > exit. When then issuing a shutdown command, the cleanup may race. > > Add calls to vm.wait() which will gracefully mark the VM as having > exited. Subsequent vm.shutdown() calls in generic tearDown code will not > race when called after completion of the call. > > Signed-off-by: John Snow <js...@redhat.com> > --- > tests/acceptance/boot_linux_console.py | 10 ++++++++++ > tests/acceptance/linux_ssh_mips_malta.py | 2 ++ > 2 files changed, 12 insertions(+) >
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>