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