tests/functional: Provide a proper name for the VMs in the replay tests
authorThomas Huth <thuth@redhat.com>
Tue, 18 Feb 2025 15:27:31 +0000 (16:27 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 26 Feb 2025 06:43:25 +0000 (07:43 +0100)
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>

tests/functional/replay_kernel.py

index 8e8ac7d052f5bdb73d496910cbc94b2cbe0dd77b..80795eb0520e9b4f19868873e7afaa3c50a99d0f 100644 (file)
@@ -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...')