From: Nicki Křížek Date: Thu, 19 Jun 2025 13:49:52 +0000 (+0000) Subject: fix: test: Ignore softhsm2 errors when deleting token in keyfromlabel test X-Git-Tag: v9.21.10~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65daf35b638d156742a0f32469e891d0417f9f61;p=thirdparty%2Fbind9.git fix: test: Ignore softhsm2 errors when deleting token in keyfromlabel test In some rare cases, the softhsm2 utility reports failure to delete the token directory, despite the token being found. Subsequent attempts to delete the token again indicate that the token was deleted. Ignore this cleanup error, as it doesn't prevent our tests from working properly. There is also an attempt to delete the token before the test starts which ensures a clean state before the test is executed, in case there's actually a leftover token. Closes #5244 Merge branch '5244-ignore-softhsm2util-delete-token-error' into 'main' See merge request isc-projects/bind9!10607 --- 65daf35b638d156742a0f32469e891d0417f9f61