tests/functional: honour requested test VM name in QEMUMachine
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 21 Nov 2024 16:57:37 +0000 (16:57 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 25 Nov 2024 10:06:20 +0000 (10:06 +0000)
commit9f85aff93f5dcedb70819a5ed7796b6df90fdf2d
treed24a583baaaebe1065be607da10de43f9194b36d
parente6d69e0f3b83b7c60d024f41f5eaf130755b090c
tests/functional: honour requested test VM name in QEMUMachine

The functional test case class is going to the trouble of passing
around a machine name, but then fails to give this QEMUMachine. As
a result, QEMUMachine will create a completely random name. Since
log file names match the machine name, this results in log files
accumulating over time.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20241121154218.1423005-11-berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20241121165806.476008-11-alex.bennee@linaro.org>
tests/functional/qemu_test/testcase.py