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
@ -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…
x
Reference in New Issue
Block a user