]> xenbits.xensource.com Git - people/aperard/qemu-dm.git/commitdiff
tests/functional: drop unused 'get_tag' method
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 28 Feb 2025 10:27:37 +0000 (10:27 +0000)
committerThomas Huth <thuth@redhat.com>
Fri, 7 Mar 2025 06:50:19 +0000 (07:50 +0100)
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>
tests/functional/qemu_test/tuxruntest.py

index 41a4945a14f5d934db66859528bcdb048569eb66..ad74156f9c5e29ee0bd1fd33c675a9e5a6c2c683 100644 (file)
@@ -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()