aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2025-02-28 10:27:37 +0000
committerThomas Huth <thuth@redhat.com>2025-03-07 07:50:19 +0100
commit5ad2c8f357a76bbc502452c60076a4b36708f46a (patch)
tree4124b31f65df722741e7ffb318102d7950167534 /tests
parent42ea7f782a32df4ac58e7d9d73e736def3057ef7 (diff)
downloadqemu-5ad2c8f357a76bbc502452c60076a4b36708f46a.zip
qemu-5ad2c8f357a76bbc502452c60076a4b36708f46a.tar.gz
qemu-5ad2c8f357a76bbc502452c60076a4b36708f46a.tar.bz2
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/qemu_test/tuxruntest.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/functional/qemu_test/tuxruntest.py b/tests/functional/qemu_test/tuxruntest.py
index 41a4945..ad74156 100644
--- a/tests/functional/qemu_test/tuxruntest.py
+++ b/tests/functional/qemu_test/tuxruntest.py
@@ -24,17 +24,6 @@ class TuxRunBaselineTest(QemuSystemTest):
# Tests are ~10-40s, allow for --debug/--enable-gcov overhead
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):
super().setUp()