]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove token deletion check in keyfromlabel test
authorNicki Křížek <nicki@isc.org>
Thu, 3 Jul 2025 11:26:14 +0000 (13:26 +0200)
committerNicki Křížek <nicki@isc.org>
Mon, 7 Jul 2025 11:29:15 +0000 (13:29 +0200)
This removes a leftover check which should've been removed in a prior
change (see #5244). The softhsm2 failures when attempting to delete the
token should be ignored.

bin/tests/system/keyfromlabel/tests_keyfromlabel.py

index ae9305df3eeba7800c7e11756a00a48d046e07a6..67b28931526b6ef69760653b55b7216d17abf277 100644 (file)
@@ -86,7 +86,6 @@ def token_init_and_cleanup():
             raise_on_exception=False,
         ).stdout.decode("utf-8")
         assert re.search("Found token (.*) with matching token label", output)
-        assert re.search("The token (.*) has been deleted", output)
 
 
 # pylint: disable-msg=too-many-locals