mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
tests/functional: Provide a proper name for the VMs in the replay tests
With a proper name the log files get a more meaningful name. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20250218152744.228335-2-thuth@redhat.com>
This commit is contained in:
parent
d8b913f7c7
commit
006453f400
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class ReplayKernelBase(LinuxKernelTest):
|
|||
|
||||
logger = logging.getLogger('replay')
|
||||
start_time = time.time()
|
||||
vm = self.get_vm()
|
||||
vm = self.get_vm(name='recording' if record else 'replay')
|
||||
vm.set_console()
|
||||
if record:
|
||||
logger.info('recording the execution...')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue