mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-27 00:58:39 -04:00
Remove token deletion check in keyfromlabel test
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.
(cherry picked from commit 6755d741e4)
This commit is contained in:
parent
ff9eae09c4
commit
1cd7fb69fb
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue