mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-25 03:43:49 -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.
This commit is contained in:
parent
87ab198b73
commit
6755d741e4
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue