mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
tests/functional: drop unused 'get_tag' method
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-ID: <20250228102738.3064045-7-berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
42ea7f782a
commit
5ad2c8f357
1 changed files with 0 additions and 11 deletions
|
@ -24,17 +24,6 @@ class TuxRunBaselineTest(QemuSystemTest):
|
||||||
# Tests are ~10-40s, allow for --debug/--enable-gcov overhead
|
# Tests are ~10-40s, allow for --debug/--enable-gcov overhead
|
||||||
timeout = 100
|
timeout = 100
|
||||||
|
|
||||||
def get_tag(self, tagname, default=None):
|
|
||||||
"""
|
|
||||||
Get the metadata tag or return the default.
|
|
||||||
"""
|
|
||||||
utag = self._get_unique_tag_val(tagname)
|
|
||||||
print(f"{tagname}/{default} -> {utag}")
|
|
||||||
if utag:
|
|
||||||
return utag
|
|
||||||
|
|
||||||
return default
|
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super().setUp()
|
super().setUp()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue