mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -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')
|
logger = logging.getLogger('replay')
|
||||||
start_time = time.time()
|
start_time = time.time()
|
||||||
vm = self.get_vm()
|
vm = self.get_vm(name='recording' if record else 'replay')
|
||||||
vm.set_console()
|
vm.set_console()
|
||||||
if record:
|
if record:
|
||||||
logger.info('recording the execution...')
|
logger.info('recording the execution...')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue